Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / PasswordChar Property


In This Topic
    PasswordChar Property (GeneralEditor)
    In This Topic
    Gets or sets which character to substitute when the user types in a password.
    Syntax
    'Declaration
     
    
    Public Property PasswordChar As Char
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Char
     
    instance.PasswordChar = value
     
    value = instance.PasswordChar
    public char PasswordChar {get; set;}
    See Also