ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBox Class / CloseOnEscape Property

In This Topic
    CloseOnEscape Property (C1LightBox)
    In This Topic
    Determines whether to close the popup window when user presses the ESC key.
    Syntax
    'Declaration
     
    Public Property CloseOnEscape As System.Boolean
    public System.bool CloseOnEscape {get; set;}
    See Also