ImageList Control

This control contains a collection of images to which you can refer by index. The ImageList control is not meant to be used as an stand-alone feature, but as a central repository to conveniently supply other controls with images.

Library Name

CEImageListCtl

DLL Name

Msceimagelist.dll

The ImageList control supports the following properties:

The ImageList control supports the following methods:

Remarks

Use the ImageList control with the TabStrip, ListView, and TreeView control. You are not limited to any particular image size, but the total number of images that you can load is limited by the amount of available memory. The size of images you can add to the ImageList control is determined by one of the following:

ImageList cannot be set to an uninitialized image. Therefore, you must add an image before assigning an hImageList value.