FindString(String) | Finds the first item in the list control that starts with the specified string. The search is not case-sensitive. |
FindString(String, Int32) | Finds the first item after the given index which starts with the given string. The search is not case-sensitive. |