Class DockTabPage
The DockTabPage class.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockTabPage : TabPageAdv
Constructors
DockTabPage(DockHostController, String, Int32)
Constructor of the DockTabPage.
Declaration
public DockTabPage(DockHostController dhc, string text, int imgindex)
Parameters
Type | Name | Description |
---|---|---|
DockHostController | dhc | The DockHostController instance. |
System.String | text | The text of the Dock tab page. |
System.Int32 | imgindex | The image index. |
Fields
dhcClient
Initialize the DockHostController.
Declaration
public DockHostController dhcClient
Field Value
Type |
---|
DockHostController |
nNamingCount
Declaration
protected static int nNamingCount
Field Value
Type |
---|
System.Int32 |
Properties
ForeColor
Override the ForeColor of the TabData
Declaration
public override Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateHandle()
Declaration
protected override void CreateHandle()
Dispose(Boolean)
Declaration
protected override void Dispose(bool bdisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | bdisposing |