The MaskedTextBox type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MaskedTextBox |
Initialises a new instance of the MaskedTextBox class.
|
Methods
| Name | Description | |
|---|---|---|
| OnGotKeyboardFocus |
Adds class handling for the GotKeyboardFocus event.
(Inherited from TextBox.) | |
| OnPreviewKeyDown |
Adds class handling for the PreviewKeyDown event.
(Overrides UIElement..::.OnPreviewKeyDown(KeyEventArgs).) | |
| OnPreviewMouseLeftButtonDown |
Adds class handling for the PreviewMouseLeftButtonDown event.
(Inherited from TextBox.) | |
| OnPreviewTextInput |
Adds class handling for the TextInput event.
(Overrides UIElement..::.OnPreviewTextInput(TextCompositionEventArgs).) |
Fields
| Name | Description | |
|---|---|---|
| MaskCompletedProperty |
Identifies the MaskCompleted dependency property.
| |
| MaskProperty |
Identifies the Mask dependency property.
| |
| ResetOnSpaceProperty |
Identifies the ResetOnSpace dependency property.
|
Properties
| Name | Description | |
|---|---|---|
| Mask |
Gets or sets the input mask to use at run time. This is a dependency property.
| |
| MaskCompleted |
Gets a value indicating whether all required inputs have been entered into the input mask.
This is a dependency property.
| |
| ResetOnSpace |
Gets or sets a value that determines how a space input character should be handled.
|