MobileForms Toolkit Documentation

ItemMaskedTextBox.ResetOnPrompt Property

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

public bool ResetOnPrompt {get; set;}

Property Value

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 false.

Remarks

See ResetOnPrompt for more information.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace