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