Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / PasswordChar Property

In This Topic
    PasswordChar Property (IDropDownEditorBase)
    In This Topic
    Gets or sets the character used to mask characters of a password in a single-line TextBox control.
    Syntax
    'Declaration
     
    
    Property PasswordChar As Char
    char PasswordChar {get; set;}
    See Also