UseSystemPasswordChar Property (GcTextBox)
Gets or sets a value that indicates whether to use the system password character.
public bool UseSystemPasswordChar {get; set;}
'Declaration
Public Property UseSystemPasswordChar As Boolean
'Usage
Dim instance As GcTextBox
Dim value As Boolean
instance.UseSystemPasswordChar = value
value = instance.UseSystemPasswordChar
Property Value
A
bool value that indicates whether to use the system password character. If the value is
true, this control uses the character for displaying the password from system settings; otherwise, the control does not use the system password character.
The default is
false.