ListImages Property

       

Returns a reference to a collection of ListImage objects in an ImageList control.

Syntax

object.ListImages

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

You can manipulate ListImage objects using standard collection methods (for example, the Add and Clear methods). Each member of the collection can be accessed by its index or unique key. These are stored in the Index and Key properties, respectively, when ListImage is added to a collection.