MaskPromptVisibility Enum
Specifies the visibility of mask prompts within a MaskedTextBox.
public enum MaskPromptVisibility
Fields
| Name | Description |
|---|---|
| Always | Prompts will always be visible. |
| FocusedOnly | Prompts will only be visible when the control contains the focus. |
| Never | Prompts will never be visible. |