C# 클래스 Ballz.Menu.SpinBox

상속: Leaf, IChooseable
파일 보기 프로젝트 열기: SpagAachen/Ballz

공개 메소드들

메소드 설명
SelectNext ( ) : void
SelectPrevious ( ) : void
SpinBox ( string name, Settings selectedValue, int _min, int _max, bool selectable = true ) : System

비공개 메소드들

메소드 설명
SelectionChanged ( ) : void

메소드 상세

SelectNext() 공개 메소드

public SelectNext ( ) : void
리턴 void

SelectPrevious() 공개 메소드

public SelectPrevious ( ) : void
리턴 void

SpinBox() 공개 메소드

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