C# Class Ballz.Menu.SpinBox

Inheritance: Leaf, IChooseable
Afficher le fichier Open project: SpagAachen/Ballz

Méthodes publiques

Méthode Description
SelectNext ( ) : void
SelectPrevious ( ) : void
SpinBox ( string name, Settings selectedValue, int _min, int _max, bool selectable = true ) : System

Private Methods

Méthode Description
SelectionChanged ( ) : void

Method Details

SelectNext() public méthode

public SelectNext ( ) : void
Résultat void

SelectPrevious() public méthode

public SelectPrevious ( ) : void
Résultat void

SpinBox() public méthode

public SpinBox ( string name, Settings selectedValue, int _min, int _max, bool selectable = true ) : System
name string
selectedValue Settings
_min int
_max int
selectable bool
Résultat System