Represents a TabStrip control that contains a row of tabs and separators.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..BaseDataBoundControl
        System.Web.UI.WebControls..::..DataBoundControl
          C1ThemeableDataBoundControl
            C1.Web.UI.Controls.C1TabStrip..::..C1TabStrip

See Also