ListBox::FindString Method
.NET Framework (current version)
Finds the first item in the ListBox that starts with the specified string.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | FindString(String^) | Finds the first item in the ListBox that starts with the specified string. |
![]() | FindString(String^, Int32) | Finds the first item in the ListBox that starts with the specified string. The search starts at a specific starting index. |
Show:
