Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / UseSystemPasswordChar Property

In This Topic
    UseSystemPasswordChar Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether the text in the C1.Win.Input.C1TextBox control should appear as the default password character.
    Syntax
    'Declaration
     
    
    Public Property UseSystemPasswordChar As Boolean
    public bool UseSystemPasswordChar {get; set;}
    See Also