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.InsertTab

[To be supplied.]

Overload List

Allows you to add a TabItem to the TabStrip, but in a location you specify, as opposed to the end of the list. An exception is thrown if the index is out of range.

[Visual Basic] Overloads Public Function InsertTab(Integer, TabItem) As Integer
[C#] public int InsertTab(int, TabItem);
[C++] public: int InsertTab(int, TabItem);
[JScript] public function InsertTab(int, TabItem) : int;

Allows you to add text to the TabStrip, but in a location you specify, as opposed to the end of the list. An exception is thrown if the index is out of range.

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

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace