Tab Members
Include Protected Members
Include Inherited Members
Renders a control that displays a tab on the page.
The Tab type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Tab | Initializes a new instance of the Tab class. |
Top
Properties
Name | Description | |
---|---|---|
CommandArgument | Gets or sets an optional parameter that is passed to the Command event and the associated CommandName. | |
CommandName | Gets or sets the command name associated with the Tab control that is passed to the Command event. | |
ImageUrlFileContext | This member is reserved for internal use and is not intended to be used directly from your code. | |
ImageUrlFileName | This member is reserved for internal use and is not intended to be used directly from your code. | |
IsSelected | Gets a value that indicates whether the Tab control is selected. | |
Text | Gets or sets the text to be displayed on the Tab control. | |
TextLocId | Gets or sets the identifier (ID) for the localized version of the Text. | |
TextLocIdNum | Gets or sets the numeric ID for the localized version of the Text. |
Top
Methods
Name | Description | |
---|---|---|
OnCommand | Raises the Command event. | |
OnTabClick | Raises the TabClick event. | |
Render | Renders the HTML for the body of the Tab control to the HtmlTextWriter object provided. (Overrides Control.Render(HtmlTextWriter).) |
Top
Events
Name | Description | |
---|---|---|
Command | Occurs when the Tab control is clicked. | |
TabClick | Occurs when the Tab control is clicked. |
Top
Fields
Name | Description | |
---|---|---|
ImageUrl | Represents the URL of the image that is displayed for the Tab control. | |
SectionGroup | Represents the ID of the section group that is associated with the Tab control. | |
TabSelectCommandName | Represents the name of the command that is invoked when the Tab is selected. |
Top