Working With The LImageBox Collection

The ImageBoxes property returns a reference to a collection of LImageBox objects and has the following properties and method:

Methods

image\sqrblit.gif Item method (ILImageBoxes): This method returns an ILImageBox object from the collection.

Properties

image\sqrblit.gif _NewEnum property (ILImageBoxes). This property returns an IEnumVARIANT on an enumeration object for the collection. This is a standard property that allows the collection to be iterated over using the For…Each syntax of Visual Basic and VBScript.

image\sqrblit.gif Count property (ILImageBoxes): This property specifies the number of LImageBox objects in the collection.