SECComboBoxEx::SelectTheString

BOOLSECComboBoxEx::SelectTheString(intnStartIndex, CString&strFind)

Searches for a matching string and selects it into the edit control.

Defined in: SECBoxEx.cpp

Return Value

Returns TRUE if a match is found.

Parameters

nStartIndex

Starting item index to begin search.

strFind

String to search for (as a starting substring).

See Also

SECComboBoxEx