CImageList

The CImageList class encapsulates the functionality of a Windows image list common control. An image list is a collection of images, all the same size, that can be referenced by their zero-based indexes.

At a Glance

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

Note Windows CE does not support cursors, except for the wait cursor (the spinning hourglass), so image lists cannot contain cursors.

See Also

CImageList Member Functions, CImageList Data Members, Control Support Classes, CListCtrl, CTabCtrl