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

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