CListBox::SelectString

Call this member function to search for a list-box item that matches the specified string. If a matching item is found, this function selects the item.

Syntax

int SelectString( int nStartAfter, LPCTSTR lpszItem );

At a Glance

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

See Also

CListBox Overview, CListBox Member Functions, Control Classes, CListBox::FindString