Returns the number of images in the object.
[ lImageCount = ] Object.ImageCount
The ImageCount property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AImageList |
AImageList control |
|
lImageCount |
Long |
An integer specifying the number of images in the object. |
The following statement returns the number of images in the AImageList object:
limgl1ImageCount=imgl.ImageCount