Wimark.Controls Class Library  

ListBox.FindItemExact Method

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

Overload List

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

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

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

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

See Also

ListBox Class | ListBox Members | Wimark.Controls Namespace