An ImageList control contains a collection of images, refered to by its index. The ImageList control is not meant to be used alone, but as a central repository to conveniently supply other controls with images.
ImageList
The properties, methods and events of the ImageList control are described in the following table.
Properties | Methods | Events |
---|---|---|
Count | Add | None |
hImageList | Remove | |
ImageHeight, ImageWidth | RemoveAll | |
Replace |
You can use the ImageList control with the Tabstrip, Listview and Treeview control.
The size of images that can be added to the ImageList control is determined by one of the following:
You are not limited to any particular image size, but the total number of images that can be loaded is limited by the amount of available memory.