Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / PasswordRevelationMode Property


In This Topic
PasswordRevelationMode Property (GcMask)
In This Topic
Gets or sets the password revelation mode.
Syntax
'Declaration
 
Public Property PasswordRevelationMode As PasswordRevelationMode
 
'Usage
 
Dim instance As GcMask
Dim value As PasswordRevelationMode
 
instance.PasswordRevelationMode = value
 
value = instance.PasswordRevelationMode

Property Value

One of the PasswordRevelationMode value, indicates the password revelation mode.
Default value is None, indicates never reveal the typed password.
See Also