C# Class Ballz.Menu.SpinBox

Inheritance: Leaf, IChooseable
Show file Open project: SpagAachen/Ballz

Public Methods

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

Private Methods

Method Description
SelectionChanged ( ) : void

Method Details

SelectNext() public method

public SelectNext ( ) : void
return void

SelectPrevious() public method

public SelectPrevious ( ) : void
return void

SpinBox() public method

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