Returns the tab at the given index. All indices are zero-based. An exception is thrown if the index is out of range.
[Visual Basic] Public Function GetTab( _ ByVal index As Integer _ ) As TabItem [C#] public TabItem GetTab( int index ); [C++] public: TabItem* GetTab( int index ); [JScript] public function GetTab( index : int ) : TabItem;
TabItem the tabItem at the given index. Throws IllegalArgument Exception if the index is out of range.
TabStrip Class | TabStrip Members | System.WinForms Namespace