Method | Description | |
---|---|---|
NumericUpDown ( |
Initializes a new instance of the NumericUpDown class.
|
Method | Description | |
---|---|---|
IsTextAllowed ( string str ) : bool |
Determines whether the text can be assighed to the control.
|
|
OnButtonDown ( |
Handler for the button down event.
|
|
OnButtonUp ( |
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.
|
protected IsTextAllowed ( string str ) : bool | ||
str | string | Text to evaluate. |
return | bool |
public NumericUpDown ( |
||
parent | Parent control. | |
return | Flood.GUI.ControlInternal |
protected OnButtonDown ( |
||
control | Event source. | |
return | void |
protected OnButtonUp ( |
||
control | Event source. | |
return | void |
protected OnKeyDown ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |
protected OnKeyUp ( bool down ) : bool | ||
down | bool | Indicates whether the key was pressed or released. |
return | bool |