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 | |
---|---|---|
TabStrip | Initializes a new instance of the TabStrip class. |
Top
Properties
Name | Description | |
---|---|---|
Selected | Gets or sets the identifier (ID) of the selected Tab control. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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 | |
---|---|---|
OnBubbleEvent | If a tab has been selected, calls the OnTabClick(TabClickEventArgs) event and returns true; otherwise, returns false. (Overrides Control.OnBubbleEvent(Object, EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
OnTabClick | Handles the TabClick event. | |
Render | Renders the HTML for the body of the TabStrip control to the specified HtmlTextWriter object. (Overrides Control.Render(HtmlTextWriter).) | |
RenderChildren | Renders the TabStrip control's child Tab controls to the specified HtmlTextWriter object. (Overrides Control.RenderChildren(HtmlTextWriter).) |
Top
Events
Name | Description | |
---|---|---|
TabClick | Occurs when a Tab control in the TabStrip control is clicked. |
Top
Fields
Name | Description | |
---|---|---|
GroupSwitcher | Represents the ID of the InputFormSectionGroupSwitcher control that is used in the TabStrip control. | |
TabAreaCssClass | Represents the cascading style sheets (CSS) class that is applied to the table containing the TabStrip controls. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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.. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
TabOffBottomCssClass | Represents the CSS class that is applied to an unselected tab's lower row of cells below the Tab control. | |
TabOffCssClass | Represents the CSS class that is applied to an unselected tab's upper cells containing the Tab control. | |
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. | |
TabOnBottomCssClass | Represents the CSS class that is applied to the selected tab’s lower cells below the Tab control. | |
TabOnCssClass | Represents the CSS class that is applied to the selected tab’s upper cells containing the Tab control. | |
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. | |
TabRightExtensionCssClass | Represents the CSS class that is applied to the cell shown to the right of the last Tab in the TabStrip control. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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