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

In This Topic
    CloseOnOuterClick Property
    In This Topic
    Determines whether to close the popup window when user clicks on the out side of content.
    Syntax
    'Declaration
     
    Public Property CloseOnOuterClick As System.Boolean
    public System.bool CloseOnOuterClick {get; set;}
    See Also