CComboBox::FindString

This member function finds the first string that contains the specified prefix in the list box of a combo box, but does not select the item.

Syntax

int FindString( int nStartAfter, LPCTSTR lpszString ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::SelectString, CComboBox::SetCurSel