C# Class Ballz.Menu.Composite

Inheritance: System.Item
Afficher le fichier Open project: SpagAachen/Ballz Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( System.Item item, int index = -1 ) : void
Composite ( string name, bool selectable = false ) : System
SelectIndex ( int i ) : void
SelectNext ( ) : void
SelectPrevious ( ) : void

Method Details

AddItem() public méthode

public AddItem ( System.Item item, int index = -1 ) : void
item System.Item
index int
Résultat void

Composite() public méthode

public Composite ( string name, bool selectable = false ) : System
name string
selectable bool
Résultat System

SelectIndex() public méthode

public SelectIndex ( int i ) : void
i int
Résultat void

SelectNext() public méthode

public SelectNext ( ) : void
Résultat void

SelectPrevious() public méthode

public SelectPrevious ( ) : void
Résultat void