Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / PasswordChar Property

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