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!

TabStrip.AddTab (TabItem)

Use this method to add a TabItem to the TabStrip. The TabItem encapsulates the text, tooltiptext, and imagelist for a TabStrip.

[Visual Basic]
Overloads Public Function AddTab( _
   ByVal item As TabItem _
) As Integer
[C#]
public int AddTab(
   TabItem item
);
[C++]
public: int AddTab(
   TabItem* item
);
[JScript]
public function AddTab(
   item : TabItem
) : int;

Parameters

item
TabItem that encapsulates the info for each tab.

Return Value

index of where the item was inserted.

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace | TabStrip.AddTab Overload List