InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTextBox Class / UseSystemPasswordChar Property

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