Represents a single tab in the TabStrip.

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

Syntax

C#
[ToolboxItemAttribute(false)]
public class C1Tab : WebControl, IStateManager, 
	ITabOwner
Visual Basic (Declaration)
<ToolboxItemAttribute(False)> _
Public Class C1Tab _
	Inherits WebControl _
	Implements IStateManager, ITabOwner

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1.Web.UI.Controls.C1TabStrip..::..C1Tab

See Also