Represents a text box that constrains the user input to a mask.
The following tables list the members exposed by the MaskTextBox type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the MaskTextBox class. |
Name | Description | |
---|---|---|
![]() |
An object, which keeps references to various DOM elements, part of the control's structure |
Name | Description | |
---|---|---|
![]() |
Sys.UI.Control.dispose override. |
|
![]() |
Gets a value indicating whether empty input will be considered valid. |
|
![]() |
Gets a value indicating whether the control will post back to the server when the value has changed. |
|
![]() |
Gets the text to be displayed when the control's value is not set. |
|
![]() |
Gets a value indicating whether the control is enabled. |
|
![]() |
Gets the input mask of the control. |
|
![]() |
Gets the character used for a blank position in the control's input. |
|
![]() |
Gets the validation state of the control |
|
![]() |
Gets a value indicating whether the control will submit the form on pressing the Enter key. |
|
![]() |
Gets the text of the control. |
|
![]() |
Gets the value of the control. |
|
![]() |
Sys.UI.Control.initialize override. |
|
![]() |
Initiates a postback. |
|
![]() |
Prepares the control for a subsequent postback. |
|
![]() |
Sets a value indicating whether empty input will be considered valid. |
|
![]() |
Sets a value indicating whether the control should post back to the server when the value has changed. |
|
![]() |
Sets the text to be displayed when the control's value is not set. |
|
![]() |
Sets a value indicating whether the control is enabled. |
|
![]() |
Sets the input mask of the control. |
|
![]() |
Sets a value indicating whether the control should submit the form on pressing the Enter key. |
|
![]() |
Sets the text of the control. |
|
![]() |
Sets the value of the control. |