ListBox::FindString Method

 

Finds the first item in the ListBox that starts with the specified string.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodFindString(String^)

Finds the first item in the ListBox that starts with the specified string.

System_CAPS_pubmethodFindString(String^, Int32)

Finds the first item in the ListBox that starts with the specified string. The search starts at a specific starting index.

Return to top
Show: