The properties of the TabItem class are listed below. For a complete list of TabItem class members, see the TabItem Members topic.
ImageIndex | Returns the imageIndex for the tabItem. This should point to an image in the TabStrip's associated imageList that will appear on the tab, or be-1. |
ItemData | Returns whatever user data has been set into the TabItem by the user. |
Parent | Represents the TabStrip control which hosts the item. |
Site (inherited from Component) | Gets or sets the site of the Component. |
Text | The text for the tab. |
ToolTipText | The toolTipText for the tab, that will appear when the mouse hovers over the tab and the TabStrip's showToolTips property is true. |