Class ToolStripTabGroup
Visual group of tab items.
Inheritance
System.Object
ToolStripTabGroup
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)
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripTabGroup
Constructors
ToolStripTabGroup()
Creates new instance of ToolStripTabGroup.
Declaration
public ToolStripTabGroup()
Properties
Color
Gets or sets color of group.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Font
Gets or sets the font of the text displayed.
Declaration
public Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
Name
Gets or sets name of group.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Visible
Gets or sets a value indicating whether the control and all its child controls are displayed.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the control and all its child controls are displayed; otherwise, false. The default is true. |
Methods
ToString()
Returns name of group.
Declaration
public override string ToString()
Returns
Type |
---|
System.String |
Overrides
System.Object.ToString()
Events
ColorChanged
Occurs when Color of the TabGroup changed.
Declaration
public event EventHandler ColorChanged
Event Type
Type |
---|
System.EventHandler |
FontChanged
Occurs when font of the TabGroup changed.
Declaration
public event EventHandler FontChanged
Event Type
Type |
---|
System.EventHandler |
NameChanged
Occurs when Name of the TabGroup changed.
Declaration
public event EventHandler NameChanged
Event Type
Type |
---|
System.EventHandler |
VisibilityChanged
Occurs when visibility of the TabGroup changed.
Declaration
public event EventHandler VisibilityChanged
Event Type
Type |
---|
System.EventHandler |