ComboBox.FindString Method (2007 System)
Include Protected Members
Include Inherited Members
Returns the index of the first item in the ComboBox that starts with 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
Returns the index of the first item in the ComboBox that starts with the specified string. (Inherited from ComboBox.)
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. (Inherited from ComboBox.)
Top