property MaskEdit.Password as Boolean
Displays all characters as an asterisk (*)

TypeDescription
Boolean A Boolean expression that specifies whether the control displays (*) characters instead. 
By default, the Password property is False. The Password property specifies whether the control the control displays a black circle for any shown character. For instance, Mask on ";;;password", specifies that the field to be displayed as a password. If the value parameter is present, the first character in the value indicates the password character to be used. By default, the * password character is used for non-TrueType fonts, else the black circle character is used. For instance, Mask on ";;;password=*", specifies that the field to be displayed as a password, and use the * for password character. If the value parameter is missing, the default password character is used. The PasswordChar property specifies the character to be displayed instead the black circle character.