Class TabBarSplitterControlDesigner
Provides design-time functionality for the TabBarSplitterControl.
Inheritance
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TabBarSplitterControlDesigner : ParentControlDesigner
Remarks
TabBarSplitterControlDesigner provides a way to add and remove tabs at design-time, as well as tab hit testing logic at design-time.
Constructors
TabBarSplitterControlDesigner()
Initializes a new TabBarSplitterControlDesigner.
Declaration
public TabBarSplitterControlDesigner()
Properties
DrawGrid
Indicates whether to draw a grid for the control.
Declaration
protected override bool DrawGrid { get; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if a grid should be drawn; langword_csharp_False otherwise. |
PersistedActivePageIndex
Gets / sets the persisted active page index.
Declaration
public int PersistedActivePageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Verbs
Gets / sets the design-time verbs supported by the component associated with the designer.
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerVerbCollection | An array of System.ComponentModel.Design.DesignerVerb objects. |
Remarks
The verbs returned by this method are typically displayed in a right-click menu by the design-time environment. The return value may be NULL if the component has no design-time verbs. When a user selects one of the verbs, the performVerb() method is invoked with the the corresponding DesignerVerb object. NOTE: A design-time environment will typically provide a "Properties..." entry on a component's right-click menu. The getVerbs() method should therefore not include such an entry in the returned list of verbs.
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
GetHitTest(Point)
Indicates whether the specified point was within the bounds of the component.
Declaration
protected override bool GetHitTest(Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | point |
Returns
Type |
---|
System.Boolean |
Initialize(IComponent)
Initializes the designer using the specified component.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The component to associate this designer with. This must always be an instance of the control. |
See Also
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |