ComboBox::FindStringExact Method

 

Finds the item that exactly matches the specified string.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubmethodFindStringExact(String^)

Finds the first item in the combo box that matches the specified string.

System_CAPS_pubmethodFindStringExact(String^, Int32)

Finds the first item after the specified index that matches the specified string.

Return to top
Show: