ListBox.FindString Method
.NET Framework 4
Finds the first item in the ListBox that starts with the specified string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |