Returns a specific image member of the object either by index or by name.
[ lImageListImage = ] Object.Images ( vKey )
The Images property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AImageList |
AImageList control |
|
vKey |
Variant |
An integer specifying the index of the currently selected item in the object. |
|
lImageListImage |
AImageListImage |
A specific image member of the object either by index or by name. |
The following statement returns the second AImageListImage:
imgl1.Images(1)