Represents a C1SuperPanel control.

Namespace:  C1.Web.UI.Controls.C1SuperPanel
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DesignerAttribute("C1.Web.UI.Design.C1SuperPanelDesigner, C1.Web.UI.Design.2")]
[LicenseProviderAttribute]
[ToolboxDataAttribute("<{0}:C1SuperPanel runat="server"></{0}:C1SuperPanel>")]
[ToolboxBitmapAttribute(typeof(C1SuperPanel), "C1SuperPanel.png")]
[ParseChildrenAttribute(true)]
public class C1SuperPanel : C1ThemeableControl, 
	IPostBackDataHandler, IUrlResolutionService
Visual Basic (Declaration)
<DesignerAttribute("C1.Web.UI.Design.C1SuperPanelDesigner, C1.Web.UI.Design.2")> _
<LicenseProviderAttribute> _
<ToolboxDataAttribute("<{0}:C1SuperPanel runat="server"></{0}:C1SuperPanel>")> _
<ToolboxBitmapAttribute(GetType(C1SuperPanel), "C1SuperPanel.png")> _
<ParseChildrenAttribute(True)> _
Public Class C1SuperPanel _
	Inherits C1ThemeableControl _
	Implements IPostBackDataHandler, IUrlResolutionService

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1.Web.UI.Controls.C1SuperPanel..::..C1SuperPanel

See Also