TabStrip Members

Include Protected Members
Include Inherited Members

Control that is used to render a row of Tab controls.

The TabStrip type exposes the following members.

Constructors

  Name Description
Public method TabStrip Initializes a new instance of the TabStrip class.

Top

Properties

  Name Description
Public property Selected Gets or sets the identifier (ID) of the selected Tab control.
Public property TabLeftOffBottomImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is not selected.
Public property TabLeftOffBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is not selected.
Public property TabLeftOffImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is not selected.
Public property TabLeftOffImageUrlFileName Gets or sets the resources file name of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is not selected.
Public property TabLeftOnBottomImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is selected.
Public property TabLeftOnBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is selected.
Public property TabLeftOnImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is selected.
Public property TabLeftOnImageUrlFileName Gets or sets the resource file name of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is selected.
Public property TabMiddleOffOffBottomImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOffBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOffImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOffImageUrlFileName Gets or sets the resource file name of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOnBottomImageUrlFileContext Gets or sets the ResourceFileContext for the image that is shown in the lower-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOnBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOnImageUrlFileContext Gets or sets the ResourceFileContext for the image that is shown in the upper-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public property TabMiddleOffOnImageUrlFileName Gets or sets the resource file name of the image that is shown in the upper-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public property TabMiddleOnOffBottomImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOnOffBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOnOffImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public property TabMiddleOnOffImageUrlFileName Gets or sets the resource file name of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public property TabRightOffBottomImageUrlFileContext Gets or sets the ResourceFileContext for the image that is shown in the lower cell to the right of the last tab in the TabStrip when the last tab is not selected.
Public property TabRightOffBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower cell to the right of the last tab in the TabStrip when the last tab is not selected.
Public property TabRightOffImageUrlFileContext Gets or sets the ResourceFileContext for the image that is shown in the upper cell to the right of the last tab in the TabStrip when the last tab is not selected.
Public property TabRightOffImageUrlFileName Gets or sets the resource file name of the image that is shown in the upper cell to the right of the last tab in the TabStrip when the last tab is not selected.
Public property TabRightOnBottomImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the lower cell to the right of the last tab in the TabStrip when the last tab is selected.
Public property TabRightOnBottomImageUrlFileName Gets or sets the resource file name of the image that is shown in the lower cell to the right of the last tab in the TabStrip when the last tab is selected.
Public property TabRightOnImageUrlFileContext Gets or sets the ResourceFileContext of the image that is shown in the upper cell to the right of the last tab in the TabStrip when the last tab is selected.
Public property TabRightOnImageUrlFileName Gets or sets the resource file name of the image that is shown in the upper cell to the right of the last tab in the TabStrip when the last tab is selected.

Top

Methods

  Name Description
Protected method OnBubbleEvent If a tab has been selected, calls the OnTabClick(TabClickEventArgs) event and returns true; otherwise, returns false. (Overrides Control.OnBubbleEvent(Object, EventArgs).)
Protected method OnPreRender Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).)
Protected method OnTabClick Handles the TabClick event.
Protected method Render Renders the HTML for the body of the TabStrip control to the specified HtmlTextWriter object. (Overrides Control.Render(HtmlTextWriter).)
Protected method RenderChildren Renders the TabStrip control's child Tab controls to the specified HtmlTextWriter object. (Overrides Control.RenderChildren(HtmlTextWriter).)

Top

Events

  Name Description
Public event TabClick Occurs when a Tab control in the TabStrip control is clicked.

Top

Fields

  Name Description
Public field GroupSwitcher Represents the ID of the InputFormSectionGroupSwitcher control that is used in the TabStrip control.
Public field TabAreaCssClass Represents the cascading style sheets (CSS) class that is applied to the table containing the TabStrip controls.
Public field TabLeftOffBottomCssClass Represents the CSS class that is applied to the lower-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffBottomImageHeight Represents the height of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffBottomImageUrl Represents the URL of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffBottomImageWidth Represents the width of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffCssClass Represents the CSS class that is applied to the upper-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffImageHeight Represents the height of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffImageUrl Represents the URL of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOffImageWidth Represents the width of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is not selected.
Public field TabLeftOnBottomCssClass Represents the CSS class that is applied to the lower-left cell of the first tab in the TabStrip when the first tab is selected..
Public field TabLeftOnBottomImageHeight Represents the height of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabLeftOnBottomImageUrl Represents the URL of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabLeftOnBottomImageWidth Represents the width of the image that is shown in the lower-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabLeftOnCssClass Represents the CSS class that is applied to the upper-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabLeftOnImageHeight Represents the height of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabLeftOnImageUrl Represents the URL of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabLeftOnImageWidth Represents the width of the image that is shown in the upper-left cell of the first tab in the TabStrip when the first tab is selected.
Public field TabMiddleOffOffBottomCssClass Represents the CSS class that is applied to the lower-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffBottomImageHeight Represents the height of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffBottomImageUrl Represents the URL of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffBottomImageWidth Represents the width of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffCssClass Represents the CSS class that is applied to the upper-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffImageHeight Represents the height of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffImageUrl Represents the URL of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOffImageWidth Represents the width of the image that is shown the upper-left cell of an unselected tab when the tab to the left is not selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnBottomCssClass Represents the CSS class that is applied to the lower-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnBottomImageHeight Represents the height of the image that is shown in the lower-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnBottomImageUrl Represents the URL of the image that is shown in the lower-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnBottomImageWidth Represents the width of the image that is shown in the lower-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnCssClass Represents the CSS class that is applied to the upper-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnImageHeight Represents the height of the image that is shown in the upper-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnImageUrl Represents the URL of the image that is shown in the upper-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOffOnImageWidth Represents the width of the image that is shown in the upper-left cell of the selected tab when the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffBottomCssClass Represents the CSS class that is applied to the lower-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffBottomImageHeight Represents the height of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffBottomImageUrl Represents the URL of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffBottomImageWidth Represents the width of the image that is shown in the lower-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffCssClass Represents the CSS class that is applied to the upper-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffImageHeight Represents the height of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffImageUrl Represents the URL of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabMiddleOnOffImageWidth Represents the width of the image that is shown in the upper-left cell of an unselected tab when the tab to the left is selected, and the tab is not the first tab in the TabStrip.
Public field TabOffBottomCssClass Represents the CSS class that is applied to an unselected tab's lower row of cells below the Tab control.
Public field TabOffCssClass Represents the CSS class that is applied to an unselected tab's upper cells containing the Tab control.
Public field TabOffHoverCssClass Represents the CSS class that is applied to an unselected tab’s upper cell containing the Tab control when the pointer moves over the cell.
Public field TabOnBottomCssClass Represents the CSS class that is applied to the selected tab’s lower cells below the Tab control.
Public field TabOnCssClass Represents the CSS class that is applied to the selected tab’s upper cells containing the Tab control.
Public field TabOnHoverCssClass Represents the CSS class that is applied to the selected tab sheet’s upper cell containing the Tab control when the pointer moves over the cell.
Public field TabRightExtensionCssClass Represents the CSS class that is applied to the cell shown to the right of the last Tab in the TabStrip control.
Public field TabRightOffBottomCssClass Represents the CSS class that is applied to the lower cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffBottomImageHeight Represents the height of the image that is shown in the lower cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffBottomImageUrl Represents the URL of the image that is shown in the lower cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffBottomImageWidth Represents the width of the image that is shown in the lower cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffCssClass Represents the CSS class that is applied to the upper cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffImageHeight Represents the height of the image that is shown in the upper cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffImageUrl Represents the URL of the image that is shown in the upper cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOffImageWidth Represents the width of the image that is shown in the upper cell to the right of the last tab in the TabStrip if the last tab is not selected.
Public field TabRightOnBottomCssClass Represents the CSS class that is applied to the lower cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnBottomImageHeight Represents the height of the image that is shown in the lower cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnBottomImageUrl Represents the URL of the image that is shown in the lower cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnBottomImageWidth Represents the width of the image that is shown in the lower cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnCssClass Represents the CSS class that is applied to the upper cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnImageHeight Represents the height of the image that is shown in the upper cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnImageUrl Represents the URL of the image that is shown in the upper cell to the right of the last tab in the TabStrip if the last tab is selected.
Public field TabRightOnImageWidth Represents the width of the image that is shown in the upper cell to the right of the last tab in the TabStrip if the last tab is selected.

Top

See Also

Reference

TabStrip Class

Microsoft.SharePoint.Portal.WebControls Namespace