Class GuiTab
Wraps a single tab page inside a GuiTabStrip.
public class GuiTab : GuiComponent
- Inheritance
-
GuiTab
- Inherited Members
Properties
Text
Tab label text.
public override string Text { get; }
Property Value
Methods
Select()
Activates (selects) this tab.
public void Select()
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.