CComboBox::SelectString

This member function searches for a string in the list box of a combo box. If the string is found, this function selects the string in the list box and copies it to the edit control.

Syntax

int SelectString( int nStartAfter, LPCTSTR lpszString );

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::FindString