Wimark.Controls Class Library  

ListBox.FindItem Method

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

Overload List

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

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

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

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

See Also

ListBox Class | ListBox Members | Wimark.Controls Namespace