Using Password Characters
The C1MaskedInput
control allows you to protect input text by displaying password characters. You
can use the UseSystemPasswordChar
property or the PasswordChar
property for an empty or non-empty input control. Note that if you set the UseSystemPasswordChar
property for an empty input control to True and specify a PasswordChar
property, for example an asterisk (*), then the UseSystemPasswordChar
property's default character () will take precedence.
For information on setting the password character, see Displaying a Password Character.
|