MobileForms Toolkit Documentation

MaskedTextProvider Properties

The properties of the MaskedTextProvider class are listed below. For a complete list of MaskedTextProvider class members, see the MaskedTextProvider Members topic.

Protected Static Properties

RegExps Regular expressions table used for mask to test for valid input.

Public Instance Properties

Format Gets the current format string.
IncludeLiterals Gets or sets a value that indicates whether literal characters in the input mask should be included in the formatted string.
IncludePrompt Gets or sets a value indicating whether PromptChar is used to represent the absence of user input when displaying the formatted string.
Mask Gets the input mask.
MaskCompleted Gets a value indicating whether all required inputs have been entered into the formatted string.
PromptChar Gets or sets the character used to represent the absence of user input for all available edit positions.
ResetOnPrompt Gets or sets a value that determines how an input character that matches the prompt character should be handled.
ResetOnSpace Gets or sets a value that determines how a space input character should be handled.
Text Gets or sets the text associated with this class.

Protected Instance Properties

BaseText Gets or sets formatted text associated with MaskedTextProvider.

See Also

MaskedTextProvider Class | Resco.Controls.MaskedTextBox Namespace