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 Class

This is the class used to add a tab to a TabStrip. It contains information about the tab text, toolTipText, and an imageIndex into the TabStrip's imageList. most functions on TabStrip that take TabItems will also take a string which will simply wrap the string in a TabItem.

Object
   Component
      TabItem

[Visual Basic]
Public Class TabItem
   Inherits Component
[C#]
public class TabItem : Component
[C++]
public __gc class TabItem : public Component
[JScript]
public class TabItem extends Component

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TabItem Members | System.WinForms Namespace