Finds the first item in the combo box that starts with the given string. The search is not case sensitive.
[Visual Basic] Overloads Public Function FindString( _ ByVal s As String _ ) As Integer [C#] public int FindString( string s ); [C++] public: int FindString( String* s ); [JScript] public function FindString( s : String ) : int;
The index of the first item that starts with the given string, or-1 if no match was found.
ComboBox Class | ComboBox Members | System.WinForms Namespace | ComboBox.FindString Overload List