Class TabPageExt
The TabPageExt type will soon be replaced with the TabPageAdv for consistency in Control naming in our library. Please replace all occurrences of TabPageExt with TabPageAdv in your app.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
[Obsolete("The TabPageExt type will soon be replaced with the TabPageAdv for consistency in naming in our library. Please replace all occurences of TabPageExt with TabPageAdv in your app.")]
public class TabPageExt : TabPageAdv
Constructors
TabPageExt()
Constructor of the TabPageExt.
Declaration
public TabPageExt()
TabPageExt(ITabData, ITabPanelDefaultProperties)
Constructor of the TabPageExt.
Declaration
public TabPageExt(ITabData tabData, ITabPanelDefaultProperties tabPanelDefaultProperties)
Parameters
Type | Name | Description |
---|---|---|
ITabData | tabData | The instance of the ITabData. |
ITabPanelDefaultProperties | tabPanelDefaultProperties | The instance of the ITabPanelDefaultProperties. |
TabPageExt(String)
Constructor of the TabPageExt.
Declaration
public TabPageExt(string label)
Parameters
Type | Name | Description |
---|---|---|
System.String | label | The text of the TabPageExt. |