Represents a text box with password protection.
The following tables list the members exposed by the PasswordBox type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the PasswordBox 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 character used to hide the control's input. |
|
![]() |
Gets a value indicating whether password reveal button is visible. |
|
![]() |
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 a value indicating whether the control is enabled. |
|
![]() |
Sets a value indicating whether password reveal button is visible. |
|
![]() |
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. |