FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonTextBox Class / UseSystemPasswordChar Property

In This Topic
    UseSystemPasswordChar Property (RibbonTextBox)
    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