InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / PromptChar Property

In This Topic
    PromptChar Property (InputMaskedTextBox)
    In This Topic
    Gets or sets the character used to represent the absence of user input in InputMaskedTextBox.
    Syntax
    'Declaration
     
    Public Property PromptChar As Char
    public char PromptChar {get; set;}
    See Also