property ExPictures.Item (Key as Variant) as ExPicture
Returns a specific Picture of the Picture collection, giving its key.

TypeDescription
Key as Variant A string expression that specifies the key of the picture being accessed.
ExPicture An ExPicture object being requested.
The Item property can be used to access the ExPicture object using its key. For instance, you can use the PictureFromPoint property to get the identifier of the picture from the cursor. Also, the PictureClick event notifies once a picture is being clicked. The Key parameter of the PictureClick event indicates the key of the picture being clicked.

The event can display icons, pictures several ways as follows:

The Picture and ExtraPictures may display one or more pictures at the time. The , character indicates the separator of pictures in the same line, while the / character divides the lines to show the pictures. For instance, "1,2" displays icon with the index 1 and 2 on the same line, while the "1/2,pic1" displays the first icon on the first line, the second icon and the picture pic1 on the second line.