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

Returns a TabItem array with all the Items in the TabStrip.

[Visual Basic]
Public Function GetTabs() As TabItem ()
[C#]
public TabItem[] GetTabs();
[C++]
public: TabItem* GetTabs() [];
[JScript]
public function GetTabs() : TabItem[];

Return Value

TabItem[]. The first item is the 0th element, and the last item in the TabStrip is last in the array.

See Also

TabStrip Class | TabStrip Members | System.WinForms Namespace