C1Toolbar is an ASP.NET control that is used as a container to hold other controls such as buttons, check buttons, text boxes, drop-down lists, split-buttons, and separators. C1ToolBar provides six different objects to support the various types of controls used in the C1ToolBar: C1ToolBarGroup, C1ToolBarButton, C1ToolbarDropDownList, C1ToolbarCheckButton, C1ToolbarSplitButton, and C1ToolBarSeparator.

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

Syntax

C#
[ToolboxDataAttribute("<{0}:C1ToolBar runat=server></{0}:C1ToolBar>")]
[DesignerAttribute("C1.Web.UI.Design.C1ToolBarDesigner, C1.Web.UI.Design.2")]
[ToolboxBitmapAttribute(typeof(C1ToolBar), "C1ToolBar.png")]
[ParseChildrenAttribute(true)]
[LicenseProviderAttribute]
public class C1ToolBar : C1ThemeableHierarchicalDataBoundControl, IC1ToolBarItemCollectionOwner, 
	INamingContainer, IPostBackDataHandler, IPostBackEventHandler, IC1Dockable, IC1ToolBarItemContainer
Visual Basic (Declaration)
<ToolboxDataAttribute("<{0}:C1ToolBar runat=server></{0}:C1ToolBar>")> _
<DesignerAttribute("C1.Web.UI.Design.C1ToolBarDesigner, C1.Web.UI.Design.2")> _
<ToolboxBitmapAttribute(GetType(C1ToolBar), "C1ToolBar.png")> _
<ParseChildrenAttribute(True)> _
<LicenseProviderAttribute> _
Public Class C1ToolBar _
	Inherits C1ThemeableHierarchicalDataBoundControl _
	Implements IC1ToolBarItemCollectionOwner, INamingContainer, IPostBackDataHandler, IPostBackEventHandler,  _
	IC1Dockable, IC1ToolBarItemContainer

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..BaseDataBoundControl
        System.Web.UI.WebControls..::..HierarchicalDataBoundControl
          C1ThemeableHierarchicalDataBoundControl
            C1.Web.UI.Controls.C1ToolBar..::..C1ToolBar

See Also