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

In This Topic
    ResetOnPrompt Property (InputMaskedTextBox)
    In This Topic
    Gets or sets a value that determines how an input character that matches the prompt character should be handled.
    Syntax
    'Declaration
     
    Public Property ResetOnPrompt As Boolean
    public bool ResetOnPrompt {get; set;}
    See Also