ImageList Interface Reference

The ImageList object is used to store images, which can then be displayed by controls or in a menu. More...

List of all members.

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.


Detailed Description

The ImageList object is used to store images, which can then be displayed by controls or in a menu.


Member Function Documentation

Add ( [in] VARIANT  Image  ) 

This method adds an image or images to the image list.

Parameters:
Image this parameter can be:

Clear ( void   ) 

This method clears the image list.

Load ( [in] VARIANT  Image  ) 

This method loads the ImageList from the specified image.

Parameters:
Image File name or a Picture

Remove ( [in] LONG  Index  ) 

This method removes an image from the image list.

Parameters:
Index The index of the image to remove.


Property Documentation

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.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:45 2015. (C) Veretennikov A. B. 2004-2015