InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTextBox Class / PasswordChar Property

In This Topic
    PasswordChar Property (InputTextBox)
    In This Topic
    Gets or sets the character used to mask characters of a password in the InputTextBox.
    Syntax
    'Declaration
     
    Public Property PasswordChar As Char
    public char PasswordChar {get; set;}
    See Also