Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputTextDialog Class / UseSystemPasswordChar Property


In This Topic
    UseSystemPasswordChar Property (InputTextDialog)
    In This Topic
    Gets or sets a value indicating whether the text in the System.Windows.Forms.TextBox control should appear as the default password character.
    Syntax
    'Declaration
     
    
    Public WriteOnly Property UseSystemPasswordChar As Boolean
    'Usage
     
    
    Dim instance As InputTextDialog
     
    instance.UseSystemPasswordChar = value
    public bool UseSystemPasswordChar {set;}
    See Also