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[];
TabItem[]. The first item is the 0th element, and the last item in the TabStrip is last in the array.
TabStrip Class | TabStrip Members | System.WinForms Namespace