Class TabPanel
Represents a Cegui tab panel
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.GuiTabPanel)]
public class TabPanel : GuiElement
Constructors
| Improve this Doc View SourceTabPanel(Vector2, Vector2, Boolean, GuiElement)
Create a tab panel
Declaration
public TabPanel(Vector2 position, Vector2 dimensions, bool relative = false, GuiElement parent = null)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | position | |
Vector2 | dimensions | |
Boolean | relative | |
GuiElement | parent |
Properties
| Improve this Doc View SourceSelected
Get and set the selected tab
Declaration
public Tab Selected { get; set; }
Property Value
Type | Description |
---|---|
Tab |