Defines how to format the value inside of a C1MaskedTextBox.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public enum MaskFormat |
| Visual Basic |
|---|
Public Enumeration MaskFormat |
Members
| Member name | Value | Description | |
|---|---|---|---|
| IncludePrompt | 0 | Return text input by the user as well as any instances of the prompt character. | |
| IncludeLiterals | 1 | Return text input by the user as well as any literal characters defined in the mask. | |
| IncludePromptAndLiterals | 2 | Return text input by the user as well as any literal characters defined in the mask and any instances of the prompt character. | |
| ExcludePromptAndLiterals | 3 | Return only text input by the user. |