Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / PasswordRevelationMode Property


In This Topic
    PasswordRevelationMode Property (GcTextBox)
    In This Topic
    Gets or sets the password revelation mode.
    Syntax
    'Declaration
     
    
    Public Property PasswordRevelationMode As PasswordRevelationMode
    'Usage
     
    
    Dim instance As GcTextBox
    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