C# Class MonoGameUi.TabControl

Inheritance: Control
Afficher le fichier Open project: OctoAwesome/monogameui Class Usage Examples

Méthodes publiques

Свойство Type Description
tabActiveBrush MonoGameUi.Brush
tabBrush MonoGameUi.Brush
tabListBackground MonoGameUi.Brush
tabPageBackground MonoGameUi.Brush

Private Properties

Свойство Type Description
OnInsert void
OnRemove void

Méthodes publiques

Méthode Description
SelectTab ( TabPage page ) : void

Selektieren eines Tabs mit Page

SelectTab ( int index ) : void

Selektieren eines Tabs mit Index

TabControl ( BaseScreenComponent manager ) : System

Base Constructor

Private Methods

Méthode Description
OnInsert ( TabPage item, int index ) : void

Wird aufgerufen wenn ein neues Element zu "Pages" hinzugefügt wird, erstellt einen neuen Eintrag in der TabList

OnRemove ( TabPage item, int index ) : void

Wird aufgerufen wenn ein Element aus "Pages" entfernt wird, entfernt den Eintrag in der TabList

Method Details

SelectTab() public méthode

Selektieren eines Tabs mit Page
public SelectTab ( TabPage page ) : void
page TabPage
Résultat void

SelectTab() public méthode

Selektieren eines Tabs mit Index
public SelectTab ( int index ) : void
index int
Résultat void

TabControl() public méthode

Base Constructor
public TabControl ( BaseScreenComponent manager ) : System
manager BaseScreenComponent ScreenManager
Résultat System

Property Details

tabActiveBrush public_oe property

Die nötigen Brushes
public Brush,MonoGameUi tabActiveBrush
Résultat MonoGameUi.Brush

tabBrush public_oe property

public Brush,MonoGameUi tabBrush
Résultat MonoGameUi.Brush

tabListBackground public_oe property

public Brush,MonoGameUi tabListBackground
Résultat MonoGameUi.Brush

tabPageBackground public_oe property

public Brush,MonoGameUi tabPageBackground
Résultat MonoGameUi.Brush