This method looks for text in the list of tabs (comparing using .equals) and returns the index, or-1 if it doesn't exist.
[Visual Basic] Overloads Public Function FindTab( _ ByVal text As String _ ) As Integer [C#] public int FindTab( string text ); [C++] public: int FindTab( String* text ); [JScript] public function FindTab( text : String ) : int;
index of where the item was found, or-1.
TabStrip Class | TabStrip Members | System.WinForms Namespace | TabStrip.FindTab Overload List