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.
[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
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll