Class TabControlInfo
Provides the information about the TabControlAdv.
Inheritance
System.Object
TabControlInfo
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabControlInfo : Object
Constructors
TabControlInfo(TabControlAdv)
Constructor of the TabControlInfo.
Declaration
public TabControlInfo(TabControlAdv tabControl)
Parameters
| Type | Name | Description |
|---|---|---|
| TabControlAdv | tabControl | The TabControlAdv instance. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
ISerializable implementation.
Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The SerializationInfo instance. |
| System.Runtime.Serialization.StreamingContext | context | The StreamingContext |
GetTabPageInfo(String)
Returns the information of the TabPageAdv
Declaration
public TabPageInfo GetTabPageInfo(string tabName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tabName | The name of the TabPageAdv. |
Returns
| Type |
|---|
| TabPageInfo |