Class TabControlInfo
Provides the information about the TabControlAdv.
Inheritance
System.Object
TabControlInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabControlInfo
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 |