UseSystemPasswordChar Property (GcCharMaskCellType)
Gets or sets whether to use the system password character.
public bool UseSystemPasswordChar {get; set;}
'Declaration
Public Property UseSystemPasswordChar As Boolean
'Usage
Dim instance As GcCharMaskCellType
Dim value As Boolean
instance.UseSystemPasswordChar = value
value = instance.UseSystemPasswordChar
Property Value
true to use the system password character; otherwise,
false.
The default is
false.