[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.MaskPatternFieldInfo.PasswordChar

PasswordChar Property

PasswordChar

Gets or sets the password char.

Declaration
public char PasswordChar { get; set; }
Public Property PasswordChar As Char
Property Value
Type Description
char

The char value indicates the char of the password.
The default is "\0".

Remarks

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)).