ComboBox::FindString Method
.NET Framework (current version)
Returns the index of the first item in the ComboBox that starts with the specified string.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | FindString(String^) | Returns the index of the first item in the ComboBox that starts with the specified string. |
![]() | FindString(String^, Int32) | Returns the index of the first item in the ComboBox beyond the specified index that contains the specified string. The search is not case sensitive. |
Show:
