ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTextBox Class / UseSystemPasswordChar Property

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