TAB Element | Tab Class

This class represents a Tab within a TabStrip.

Syntax

Visual Basic  Public  Class Tab Inherits TabItem
C# public   class Tab : TabItem
Managed C++ public:  __gc class Tab :  public TabItem
JScript public   class Tab extends TabItem

Inheritance Hierarchy

Object::BaseChildNode::TabItem

Members Table

The following table lists the members exposed by the Tab object.

Attribute Property Description
TARGET Target Retrieves a value that indicates the PageView object to activate when the Tab is activated.
TARGETID TargetID Enables you to automatically link tabs to a MULTIPAGE control.
UpLevelTag The uplevel tag name for the object item.
Method Description
RenderImage Renders the image tag.
RenderText Renders the text property.
WriteItemAttributes Renders the object item's attributes.

Class Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

Applies To

TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl