TAB Element | Tab Object

Adds a Tab element to a TabStrip.

Syntax

HTML <namespace:TAB ... >

Possible Values

namespace Prefix that associates a custom tag with an XML namespace. This prefix is set using the XMLNS attribute of the html tag.

Members Table

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

Attribute Property Description
DEFAULTIMAGEURL DefaultImageUrl Sets or retrieves the URL of the image as default for all inactive elements.
DEFAULTSTYLE defaultStyle Sets or retrieves a value that indicates the default style for the element.
HOVERIMAGEURL HoverImageUrl Sets or retrieves the URL of the image for an element when the user hovers the mouse pointer over it.
HOVERSTYLE hoverStyle Sets or retrieves a value that indicates the style of the element when the user hovers the keyboard focus or mouse pointer over it.
SELECTEDIMAGEURL SelectedImageUrl Sets or retrieves the URL of an image to use for a selected node or TAB.
SELECTEDSTYLE selectedStyle Sets or retrieves a value that indicates the style for the selected element.
TARGETID Enables you to automatically link tabs to a MULTIPAGE control.
TEXT Text Sets or retrieves a value that indicates the text or caption for the object.
Method Description
getAttribute Retrieves the value of the specified attribute.
getType Retrieves the type of item.
remove Removes the Tab or the TabSeparator from the TabStrip object.
setAttribute Sets the value of the specified attribute.

Applies To

TABSTRIP

See Also

Internet Explorer WebControls, About the TabStrip WebControl