MaskedTextBox Methods |
The MaskedTextBox type exposes the following members.
Name | Description | |
---|---|---|
OnGotFocus |
Raises the GotFocus event.
(Overrides ControlOnGotFocus(EventArgs).) | |
OnKeyDown |
Raises the KeyDown event.
(Overrides ControlOnKeyDown(KeyEventArgs).) | |
OnLoadComplete |
Raises the LoadComplete event.
(Overrides ControlOnLoadComplete(EventArgs).) | |
OnLostFocus |
Raises the LostFocus event.
(Overrides ControlOnLostFocus(EventArgs).) | |
OnTextChanged |
Raises the TextChanged event.
(Overrides TextControlOnTextChanged(EventArgs).) | |
OnTextChanging |
Raises the TextChanging event.
(Overrides TextBoxOnTextChanging(TextChangingEventArgs).) | |
UpdateText |
Updates the text to the display text from the provider.
|