|
Name |
Description |
|
decrement |
Decrements the value of the control. |
|
dispose |
Sys.UI.Control.dispose override. |
|
get_allowEmptyInput |
Gets a value indicating whether empty input will be considered valid. |
|
get_autoPostBack |
Gets a value indicating whether the control will post back to the server when the value has changed. |
|
get_autoReverse |
Gets a value indicating whether the value should auto reverse when going below minimum or above maximum. |
|
get_base |
Gets the number system that the control uses. |
|
get_culture |
Gets the CultureInfo object, that the control uses. |
|
get_decimalDigits |
Gets the number of digits to display after the floating point. |
|
get_displayType |
Gets the display type of the control. |
|
get_enabled |
Gets a value indicating whether the control is enabled. |
|
get_maximum |
Gets the maximum possible value. |
|
get_minimum |
Gets the minimum possible value. |
|
get_showButtons |
Gets a value indicating whether the up and down buttons are visible. |
|
get_showThousands |
Gets a value indicating whether the control will display the group separator. |
|
get_smallChange |
Gets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. |
|
get_state |
Gets the validation state of the control |
|
get_submitOnEnter |
Gets a value indicating whether the control will submit the form on pressing the Enter key. |
|
get_value |
Gets the value of the control. |
|
getValueAsString |
Gets the numerical value as formatted string. |
|
increment |
Increments the value of the control. |
|
initialize |
Sys.UI.Control.initialize override. |
|
postback |
Initiates a postback. |
|
preparePostback |
Prepares the control for a subsequent postback. |
|
set_allowEmptyInput |
Sets a value indicating whether empty input will be considered valid. |
|
set_autoPostBack |
Sets a value indicating whether the control should post back to the server when the value has changed. |
|
set_autoReverse |
Sets a value indicating whether the value should auto reverse when going below minimum or above maximum. |
|
set_base |
Sets the number system that the control should use. |
|
set_culture |
Sets the CultureInfo object, that the control should use. |
|
set_decimalDigits |
Sets the number of digits to display after the floating point. |
|
set_displayType |
Sets the display type of the control. |
|
set_enabled |
Sets a value indicating whether the control is enabled. |
|
set_maximum |
Sets the maximum possible value. |
|
set_minimum |
Sets the minimum possible value. |
|
set_showButtons |
Sets a value indicating whether the up and down buttons should be visible. |
|
set_showThousands |
Sets a value indicating whether the control should display the group separator. |
|
set_smallChange |
Sets the amount to increase or decrease the value with when the increment or decrement buttons are pressed. |
|
set_submitOnEnter |
Sets a value indicating whether the control should submit the form on pressing the Enter key. |
|
set_value |
Sets the value of the control. |