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