MaskFormat
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Defines how to format the text inside of a MaskedTextBox control.
- C#
- VB.NET
public enum MaskFormat : Enum
Public Enum MaskFormat As [Enum]
Fields
| Name | Description |
|---|---|
| ExcludePromptAndLiterals | Return only the text entered by the user. |
| IncludeLiterals | Return the text entered by the user as well as any literal characters defined in the mask. |
| IncludePrompt | Return the text entered by the user as well as any instances of the prompt character. |
| IncludePromptAndLiterals | Return the text entered by the user as well as any literal characters defined in the mask and any instances of the prompt character. |
Used By
| Name | Description |
|---|---|
| DateTimePicker.TextMaskFormat | Since 3.2.8 Returns or sets a value that determines whether literals and prompt characters are included in the Text value when the DateTimePicker also specifies a Mask. |
| MaskedTextBox.TextMaskFormat | Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. |
| DataGridViewMaskedTextBoxCell.TextMaskFormat | Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. |
| DataGridViewMaskedTextBoxColumn.TextMaskFormat | Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. |