Class AHTabControlBase
The AHTabControlBase class
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AHTabControlBase : TabControlAdv, IThemeProvider, IVisualStyle, IDisposable, ITabControl, ISupportInitialize, ISupportOffice2007Theme
Constructors
AHTabControlBase()
Constructor of the AHTabControlBase.
Declaration
public AHTabControlBase()
Properties
TabsData
Gets the TabDataCollection
Declaration
public TabDataCollection TabsData { get; }
Property Value
Type |
---|
TabDataCollection |
Methods
GetGroupItemRect(Int32, Int32)
Returns the GroupItem Rectangle.
Declaration
public Rectangle GetGroupItemRect(int tabIndex, int groupIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tabIndex | |
System.Int32 | groupIndex |
Returns
Type |
---|
System.Drawing.Rectangle |
Init()
Declaration
protected override void Init()
Overrides
RendererChanged(TabPanelRenderer)
Declaration
protected override void RendererChanged(TabPanelRenderer rendererNew)
Parameters
Type | Name | Description |
---|---|---|
TabPanelRenderer | rendererNew |
Overrides
Implements
System.IDisposable
System.ComponentModel.ISupportInitialize