Finds the first item in the list 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.
ListBox Class | ListBox Members | System.WinForms Namespace | ListBox.FindString Overload List