CListBox

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

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Remarks

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

Windows CE does not support owner-drawn list boxes, so you cannot specify ODT_LISTBOX in the CtlType member of a DRAWITEMSTRUCT or a MEASUREITEMSTRUCT structure.

MFC for Windows CE does not support the CListBox::Dir method of the ClassName class.

See Also

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