C# 클래스 Flood.GUI.Controls.NumericUpDown

Numeric up/down.
상속: Flood.GUI.Controls.TextBoxNumeric
파일 보기 프로젝트 열기: FloodProject/flood 1 사용 예제들

공개 메소드들

메소드 설명
NumericUpDown ( Control parent ) : Flood.GUI.ControlInternal

Initializes a new instance of the NumericUpDown class.

보호된 메소드들

메소드 설명
IsTextAllowed ( string str ) : bool

Determines whether the text can be assighed to the control.

OnButtonDown ( Control control ) : void

Handler for the button down event.

OnButtonUp ( Control control ) : void

Handler for the button up event.

OnKeyDown ( bool down ) : bool

Handler for Down Arrow keyboard event.

OnKeyUp ( bool down ) : bool

Handler for Up Arrow keyboard event.

OnTextChanged ( ) : void

Handler for the text changed event.

메소드 상세

IsTextAllowed() 보호된 메소드

Determines whether the text can be assighed to the control.
protected IsTextAllowed ( string str ) : bool
str string Text to evaluate.
리턴 bool

NumericUpDown() 공개 메소드

Initializes a new instance of the NumericUpDown class.
public NumericUpDown ( Control parent ) : Flood.GUI.ControlInternal
parent Control Parent control.
리턴 Flood.GUI.ControlInternal

OnButtonDown() 보호된 메소드

Handler for the button down event.
protected OnButtonDown ( Control control ) : void
control Control Event source.
리턴 void

OnButtonUp() 보호된 메소드

Handler for the button up event.
protected OnButtonUp ( Control control ) : void
control Control Event source.
리턴 void

OnKeyDown() 보호된 메소드

Handler for Down Arrow keyboard event.
protected OnKeyDown ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

OnKeyUp() 보호된 메소드

Handler for Up Arrow keyboard event.
protected OnKeyUp ( bool down ) : bool
down bool Indicates whether the key was pressed or released.
리턴 bool

OnTextChanged() 보호된 메소드

Handler for the text changed event.
protected OnTextChanged ( ) : void
리턴 void