MaskKind Enum
Specifies the mask kinds supported by a MaskedTextBox.
public enum MaskKind
Fields
| Name | Description |
|---|---|
| Regex | The mask is defined as a regular expression. |
| Wildcard | The mask is defined using wild card characters. |