ComboBox::FindStringExact Method
.NET Framework (current version)
Finds the item that exactly matches the specified string.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | FindStringExact(String^) | Finds the first item in the combo box that matches the specified string. |
![]() | FindStringExact(String^, Int32) | Finds the first item after the specified index that matches the specified string. |
Show:
