Class AHTabPage
Auto Hide Tab page.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AHTabPage : TabPageAdv
Constructors
AHTabPage(DockStateControllerBase, String, Int32)
Constructor of the AHTabPage.
Declaration
public AHTabPage(DockStateControllerBase dhc, string text, int imgindex)
Parameters
| Type | Name | Description |
|---|---|---|
| DockStateControllerBase | dhc | The DockStateControllerBase instance |
| System.String | text | The string of the AH tab page. |
| System.Int32 | imgindex |
Fields
m_dhcClient
Initialize the DHCClient.
Declaration
public DockStateControllerBase m_dhcClient
Field Value
| Type |
|---|
| DockStateControllerBase |
nNamingCount
Declaration
protected static int nNamingCount
Field Value
| Type |
|---|
| System.Int32 |
Properties
DHCClient
Gets the DockStateControllerBase.
Declaration
public DockStateControllerBase DHCClient { get; }
Property Value
| Type |
|---|
| DockStateControllerBase |
Methods
CreateDefaultTabData()
Declaration
protected override ITabData CreateDefaultTabData()
Returns
| Type |
|---|
| ITabData |
Overrides
CreateHandle()
Declaration
protected override void CreateHandle()
Dispose(Boolean)
Declaration
protected override void Dispose(bool bdisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | bdisposing |