The MaskedTextBox type exposes the following members.

Constructors

  NameDescription
MaskedTextBox
Initialises a new instance of the MaskedTextBox class.

Methods

  NameDescription
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

  NameDescription
MaskCompletedProperty
Identifies the MaskCompleted dependency property.
MaskProperty
Identifies the Mask dependency property.
ResetOnSpaceProperty
Identifies the ResetOnSpace dependency property.

Properties

  NameDescription
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.

See Also