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

[To be supplied.]

Overload List

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(TabItem) As Integer
[C#] public int AddTab(TabItem);
[C++] public: int AddTab(TabItem*);
[JScript] public function AddTab(TabItem) : int;

Use this method to add a simple string to the TabStrip.

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

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace