Spread Windows Forms 12.0 Product Documentation
PasswordRevelationMode Property (GcMaskCellType)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcMaskCellType Class : PasswordRevelationMode Property
Gets or sets the password revelation mode.
Syntax
'Declaration
 
Public Property PasswordRevelationMode As PasswordRevelationMode
'Usage
 
Dim instance As GcMaskCellType
Dim value As PasswordRevelationMode
 
instance.PasswordRevelationMode = value
 
value = instance.PasswordRevelationMode
public PasswordRevelationMode PasswordRevelationMode {get; set;}

Property Value

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

Reference

GcMaskCellType Class
GcMaskCellType Members