NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabItem Properties

The properties of the TabItem class are listed below. For a complete list of TabItem class members, see the TabItem Members topic.

Public:

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.

See Also

TabItem Class | System.WinForms Namespace