InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / HidePromptOnLeave Property

In This Topic
    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