TCnMaskedTextBox.ResetOnPrompt Property

Gets or sets a value that determines how an input character that matches the prompt character should be handled.

Namespace: CNClrLib.Control.MaskedTextBox
published
 property ResetOnPrompt: Boolean read GetResetOnPrompt write SetResetOnPrompt default True;

Property Value

Type: Boolean

true if the prompt character entered as input causes the current editable position in the mask to be reset; otherwise, false to indicate that the prompt character is to be processed as a normal input character. The default is true.