Property | Type | Description | |
---|---|---|---|
tabActiveBrush | MonoGameUi.Brush | ||
tabBrush | MonoGameUi.Brush | ||
tabListBackground | MonoGameUi.Brush | ||
tabPageBackground | MonoGameUi.Brush |
Property | Type | Description | |
---|---|---|---|
OnInsert | void | ||
OnRemove | void |
Method | Description | |
---|---|---|
SelectTab ( |
Selektieren eines Tabs mit Page
|
|
SelectTab ( int index ) : void |
Selektieren eines Tabs mit Index
|
|
TabControl ( |
Base Constructor
|
Method | Description | |
---|---|---|
OnInsert ( |
Wird aufgerufen wenn ein neues Element zu "Pages" hinzugefügt wird, erstellt einen neuen Eintrag in der TabList
|
|
OnRemove ( |
Wird aufgerufen wenn ein Element aus "Pages" entfernt wird, entfernt den Eintrag in der TabList
|
public TabControl ( |
||
manager | ScreenManager | |
return | System |
public Brush,MonoGameUi tabListBackground | ||
return | MonoGameUi.Brush |