CListBox::CListBox

Call this member function to initialize the Windows list box and attach it to the CListBox.

You construct a CListBox object in two steps. First call the constructor CListBox, then call Create.

Syntax

CListBox( );

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