FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonTextBox Class / PasswordChar Property

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