Class AHTabRenderer
AHTabRenderer class
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AHTabRenderer : SingleLineTabPanelRenderer, ITabPanelRenderer, ITabPanelDefaultProperties
Constructors
AHTabRenderer(ITabControl)
Constructor of the AHTabRenderer.
Declaration
public AHTabRenderer(ITabControl parent)
Parameters
| Type | Name | Description |
|---|---|---|
| ITabControl | parent |
Methods
GetGroupItemRect(Int32, Int32)
Returns the Group Item rectangle.
Declaration
public RectangleF GetGroupItemRect(int tabIndex, int groupIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | tabIndex | The tab index |
| System.Int32 | groupIndex | The group index |
Returns
| Type |
|---|
| System.Drawing.RectangleF |