Wimark.Controls Class Library  

ComboBox.FindItem Method

Finds the first item in the ComboBox that starts with the specified string. The search starts at a specific starting index.

Overload List

Finds the first item in the ComboBox that starts with the specified string.

[Visual Basic] Overloads Public Function FindItem(String) As ComboBoxItem
[C#] public ComboBoxItem FindItem(string);
[C++] public: ComboBoxItem* FindItem(String*);

Finds the first item in the ComboBox that starts with the specified string. The search starts at a specific starting index.

[Visual Basic] Overloads Public Function FindItem(String, Integer) As ComboBoxItem
[C#] public ComboBoxItem FindItem(string, int);
[C++] public: ComboBoxItem* FindItem(String*, int);

See Also

ComboBox Class | ComboBox Members | Wimark.Controls Namespace