The CListBox class encapsulates the functionality of a Windows list box., which is a window that displays a list of character strings.
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
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.
CListBox Member Functions, Control Classes, CListBox::InitStorage, CListBox::SetItemHeight, CWnd, CComboBox