Wimark.Controls Class Library  

ComboBox.FindItemExact Method

Finds the first item in the ComboBox that exactly matches the specified string.

Overload List

Finds the first item in the ComboBox that exactly matches the specified string.

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

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

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

See Also

ComboBox Class | ComboBox Members | Wimark.Controls Namespace