| Name | Description |
|---|---|
| ImageCount | Returns all the images that are added to the image list |
| ImageKeys | Returns the list of keys that are present in the image list |
| Name | Description |
|---|---|
| AddBitmap | Adds a bitmap image to the image list. |
| AddImage | Adds an image to the image list. The image data can be a file name, raw image data as a byte-array, or a image data stream |
| ImageExists | Checks if the image with the given key exists in the image list |
| RemoveAll | Removes all the images from the image list |
| RemoveImage | Removes an image identified by the given key from the image list |