| Class | Description |
|---|---|
| MaskedTextBox | Uses a mask to distinguish between proper and improper user input. |
| MaskedTextProvider | Represents a mask-parsing service that can be used by any number of controls that support masking, such as the MaskedTextBox control. |
| MaskInputRejectedEventArgs | Provides data for the MaskInputRejected event. |
| TypeValidationEventArgs | Provides data for the TypeValidationCompleted event. |
| Delegate | Description |
|---|---|
| MaskInputRejectedEventHandler | Represents the method that will handle the MaskInputRejected event of a MaskedTextBox control. |
| TypeValidationEventHandler | Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control. |
| Enumeration | Description |
|---|---|
| MaskFormat | Defines how to format the text inside of a MaskedTextBox. |