MaskedTextBox Properties |
The MaskedTextBox type exposes the following members.
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 TextControl.Text.) |