CListBox::FindStringExact

Call this member function to find the first list-box string that matches the string specified in lpszFind.

Syntax

int FindStringExact( int nIndexStart, LPCTSTR lpszFind ) 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::FindString