ComboBox.FindStringExact Method (2007 System)
Include Protected Members
Include Inherited Members
Finds the item that exactly matches the specified string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Finds the first item in the combo box that matches the specified string. (Inherited from ComboBox.)
FindStringExact(String, Int32)
Finds the first item after the specified index that matches the specified string. (Inherited from ComboBox.)
Top