ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputMask Class / HidePromptOnLeave Property

In This Topic
    HidePromptOnLeave Property
    In This Topic
    Indicates whether the prompt characters in the input mask are hidden when the input loses focus.
    Syntax
    'Declaration
     
    Public Property HidePromptOnLeave As System.Boolean
    public System.bool HidePromptOnLeave {get; set;}
    See Also