Retrieves the text for the given tab.
[Visual Basic] Public Function GetTabText( _ ByVal index As Integer _ ) As String [C#] public string GetTabText( int index ); [C++] public: String* GetTabText( int index ); [JScript] public function GetTabText( index : int ) : String;
the text of the tab.
TabStrip Class | TabStrip Members | System.WinForms Namespace