MobileForms Toolkit Documentation

MaskedTextBox.HidePromptOnLeave Property

Gets or sets a value indicating whether the prompt characters in the input mask are hidden when the masked text box loses focus.

public bool HidePromptOnLeave {get; set;}

Property Value

true if PromptChar is hidden when MaskedTextBox does not have focus; otherwise, false. The default is false.

See Also

MaskedTextBox Class | Resco.Controls.MaskedTextBox Namespace