BaseListControlFindStringExact Method

There are two overloads for this method

Overload List

FindStringExact(String) Finds the first item in the list control that matches the specified string. The search is not case-sensitive.
FindStringExact(String, Int32) Finds the first item after the given index that matches the given string. The search is not case-sensitive.

See Also