CListBox

The CListBox class encapsulates the functionality of a Windows list box., which is a window that displays a list of character strings.

At a Glance

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

Remarks

MFC for Windows CE supports the CListBox::InitStorage and CListBox::SetItemHeight member functions differently than the standard MFC library does.

Windows CE doesn't support owner-drawn list boxes, so you can't specify ODT_LISTBOX in the CtlType field of a DRAWITEMSTRUCT or a MEASUREITEMSTRUCT structure.

See Also

CListBox Member Functions, Control Classes, CListBox::InitStorage, CListBox::SetItemHeight, CWnd, CComboBox