The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComboBox.FindStringExact Method
.NET Framework 3.0
Finds the item that exactly matches the specified string.
| Name | Description |
|---|---|
| ComboBox.FindStringExact (String) | Finds the first item in the combo box that matches the specified string. |
| ComboBox.FindStringExact (String, Int32) | Finds the first item after the specified index that matches the specified string. |