MaskedTextBox Class |
Namespace: Eto.Forms
The MaskedTextBox type exposes the following members.
Name | Description | |
---|---|---|
MaskedTextBox |
Initializes a new instance of the MaskedTextBox class.
| |
MaskedTextBox(IMaskedTextProvider) |
Initializes a new instance of the MaskedTextBox class with the specified masked text provider.
|
Name | Description | |
---|---|---|
InsertMode |
Gets or sets the mode for insertion. Use IsOverwrite to determine the current mode.
| |
IsOverwrite |
Gets a value indicating whether typing will overwrite text.
| |
MaskCompleted |
Gets a value indicating whether the mask is completed.
| |
Provider |
Gets or sets the masked text provider to specify the mask format.
| |
ShowPlaceholderWhenEmpty |
Gets or sets a value indicating that the placeholder should be shown when the mask is empty and the control does
not have focus.
| |
ShowPromptMode |
Gets or sets the mode for when the input prompts should be shown
| |
ShowPromptOnFocus | Obsolete.
Gets or sets a value indicating that the prompt characters should only be shown when the control has focus.
| |
Text |
Gets or sets the text of the control including any mask characters.
(Overrides TextControlText.) |
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.
|