MobileForms Toolkit Documentation

ItemMaskedTextBox.ResetOnSpace Property

Gets or sets a value that determines how a space input character should be handled.

public bool ResetOnSpace {get; set;}

Property Value

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

Remarks

See ResetOnSpace for more information.

See Also

ItemMaskedTextBox Class | Resco.Controls.DetailView Namespace