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

In This Topic
    Enabled Property (C1SuperPanel)
    In This Topic
    Gets or sets the enable state of the C1SuperPanel.
    Syntax
    'Declaration
     
    Public Overrides Property Enabled As System.Boolean
    public override System.bool Enabled {get; set;}

    Property Value

    true if control is enabled; otherwise, false. The default is true.
    See Also