TCnMaskedTextBox.UseSystemPasswordChar Property

Gets or sets a value indicating whether the operating system-supplied password character should be used.

Namespace: CNClrLib.Control.MaskedTextBox
published
 property UseSystemPasswordChar: Boolean read GetUseSystemPasswordChar write SetUseSystemPasswordChar default False;

Property Value

Type: Boolean

true if the system password should be used as the prompt character; otherwise, false. The default is false.

The UseSystemPasswordChar property determines whether user-supplied input should be displayed in the TCnMaskedTextBox as multiple occurrences of a password character defined by the operating system. UseSystemPasswordChar functions similarly to the PasswordChar property, but instead of using a programmer-supplied character for the prompt, UseSystemPasswordChar uses a prompt defined by the operating system. This property has precedence over PasswordChar.