ExPictures object
The ExPictures collection holds a collection of icons, pictures that can be displayed using the Pictures and ExtraPictures properties of the Event object. The Images method loads icons to the control, HTMLPicture assigns a key to a picture object. The ExPictures collection can be accessed through the Pictures property of the control.

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

The ExPictures collection supports the following methods and properties:

NameDescription
AddAdds a Picture object to the collection and returns a reference to the newly created object.
ClearRemoves all objects in a collection.
CountReturns the number of objects in a collection.
ItemReturns a specific Picture of the Picture collection, giving its key.
RemoveRemoves a specific member from the Pictures collection.