Class TabPageInfo
Provides the information of the TabPageAdv
Inheritance
System.Object
TabPageInfo
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 TabPageInfo
Constructors
TabPageInfo()
Constructor of the TabPageInfo.
Declaration
public TabPageInfo()
TabPageInfo(String, Int32, Boolean)
Constructor of the TabPageInfo.
Declaration
public TabPageInfo(string text, int order, bool selected)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | Indicates the text value. |
System.Int32 | order | Indicates the order. |
System.Boolean | selected | Indicates whether the control is selected or not. |
Properties
IsSelected
Gets or sets the IsSelected. It indicates whether the TabPageAdv is selected or not.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Order
Gets or Sets the Order of the TabPageAdv.
Declaration
public int Order { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Gets or Sets the Text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |