ImageCount Property (AImageList)

Returns the number of images in the object.

Syntax

[ 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.

Example

The following statement returns the number of images in the AImageList object:

limgl1ImageCount=imgl.ImageCount

Applies to

AImageList

See Also

Images