Class Tab
Represents a Cegui tab (use with tab panel)
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.GuiTab)]
public class Tab : GuiElement
Constructors
| Improve this Doc View SourceTab(String, TabPanel)
Create a tab
Declaration
public Tab(string title, TabPanel panel)
Parameters
| Type | Name | Description |
|---|---|---|
| String | title | |
| TabPanel | panel |
Methods
| Improve this Doc View SourceDelete()
Delete this tab
Declaration
public bool Delete()
Returns
| Type | Description |
|---|---|
| Boolean |
Events
| Improve this Doc View SourceOnOpen
Declaration
public event Tab.OnOpenHandler OnOpen
Event Type
| Type | Description |
|---|---|
| Tab.OnOpenHandler |