HidePromptOnLeave Property (InputMaskedTextBox)
In This Topic
Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the masked text box loses focus.
Syntax
'Declaration
Public Property HidePromptOnLeave As Boolean
public bool HidePromptOnLeave {get; set;}
See Also