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

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1InputClient (in C1InputClient.dll)

Syntax

JavaScript
function get_resetOnPrompt();
function set_resetOnPrompt(value);

Remarks

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

See Also