Defines how to format the text inside of a MaskedTextBox.
This enumeration is used by TextMaskFormat to control how text is returned by using the Textproperty.
| Member Name | Description |
|---|---|
| IncludePrompt | Return text input by the user as well as any instances of the prompt character. |
| IncludeLiterals | Return text input by the user as well as any literal characters defined in the mask. |
| IncludePromptAndLiterals | Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character. |
| ExcludePromptAndLiterals | Return only text input by the user. |
Namespace: Resco.Controls.MaskedTextBox
Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)
Resco.Controls.MaskedTextBox Namespace