CListBox::FindString

Call this member function to find the first string in a list box that contains the specified prefix, without changing the list-box selection.

Syntax

int FindString( int nStartAfter, LPCTSTR lpszItem ) const;

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::SelectString, CListBox::AddString, CListBox::InsertString