| IsPassword Property | |
| See Also |
Specifies whether the input data is of the same look and feel as a password field.
The default value is false; setting it to true makes the EditText behaves like a password field.
If you get the value of the EditText via UI API, the value returned is the real value of the field.
Read-write property
| Visual Basic |
|---|
Public Property IsPassword() As Boolean |
In order to avoid password revealing, this property does not work in system fields.