Method FindStringExact
FindStringExact(string)
Finds the first item in the combo box that matches the specified string.
public virtual int? FindStringExact(string s)
Parameters
s
stringThe string to search for.
Returns
- int?
The zero-based index of the first item found; returns
null
if no match is found.
Remarks
The search performed by this method is not case-sensitive.