Represents a C1FormDecorator in an ASP.NET Web page.

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

Syntax

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

Inheritance Hierarchy

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

See Also