[]
Gets or sets the password char.
public char PasswordChar { get; set; }
Public Property PasswordChar As Char
Type | Description |
---|---|
char | The char value indicates the char of the password.
|
The PasswordChar can be used to create a password field in a dialog box. Although you can use any SBCS character, most Windows-based applications use the asterisk (*) (Chr(42)).