Class TabGroupData
The TabGroupData class.
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 TabGroupData : TabData, ITabData2, ITabData, IDisposable
Constructors
TabGroupData()
Constructor of the TabGroupData.
Declaration
public TabGroupData()
Properties
ImageIndex
Gets /Sets the ImageIndex.
Declaration
public override int ImageIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Overrides
Items
Gets the TabGroupItemsList.
Declaration
public TabGroupItemsList Items { get; }
Property Value
Type |
---|
TabGroupItemsList |
Padding
Gets/Sets the Padding.
Declaration
public Point Padding { get; set; }
Property Value
Type |
---|
System.Drawing.Point |
SelectedIndex
Gets / Sets the SelectedIndex.
Declaration
public int SelectedIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Gets /Sets the text.
Declaration
public override string Text { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Methods
ChangeSelectedIndex(Int32)
Declaration
protected void ChangeSelectedIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Events
SelectedIndexChanged
Occurs when Selected index changed.
Declaration
public event EventHandler SelectedIndexChanged
Event Type
Type |
---|
System.EventHandler |
Implements
System.IDisposable