Public Member Functions | |
Load ([in] VARIANT Image) | |
This method loads the ImageList from the specified image. | |
Add ([in] VARIANT Image) | |
This method adds an image or images to the image list. | |
Clear (void) | |
This method clears the image list. | |
Remove ([in] LONG Index) | |
This method removes an image from the image list. | |
Properties | |
ULONG RW | Width [] |
Width of the images in the image list. | |
ULONG RW | Height [] |
Height of the images in the image list. | |
LONG R | Count [] |
Count of the images in the image list. | |
LONG RW | BitsPerPixel [] |
Gets or sets the number of bits to identify color for storing image. |
Add | ( | [in] VARIANT | Image | ) |
This method adds an image or images to the image list.
Image | this parameter can be:
|
Clear | ( | void | ) |
This method clears the image list.
Load | ( | [in] VARIANT | Image | ) |
Remove | ( | [in] LONG | Index | ) |
This method removes an image from the image list.
Index | The index of the image to remove. |
LONG RW BitsPerPixel |
Gets or sets the number of bits to identify color for storing image.
This parameter can be a one of the following values: 4, 8, 16, 24 and 0 (0 - Use screen properties).
LONG R Count |
Count of the images in the image list.
ULONG RW Height |
Height of the images in the image list.
All images in an image list have the same dimensions.
ULONG RW Width |
Width of the images in the image list.
All images in an image list have the same dimensions.