In This Topic
            
            
| Properties | Description | 
| Count As Long | Returns a value indicating the number of objects in a collection. | 
| Item(ByVal KeyOrIndex As Variant) As ListImage | Returns a specific member of a Collection object either by position or by key. | 
| MaskColor As OLE_COLOR | Returns/sets a value indicating the color to be transparent in ImageList graphical operations. | 
| UseMaskColor As Boolean | Returns/sets a value indicating whether the ImageList control will use the MaskColor property, or not. | 
 
| Methods | Description | 
| Add(Optional ByVal Index As Long, Optional ByVal Key As String, Optional ByVal Picture As Variant) As ListImage | Adds a ListImage object to a ListImages collection and returns a reference to the created object. | 
| Clear | Removes all objects in a collection. | 
| Exists(ByVal KeyOrIndex As String) As Boolean | Returns True if a specified item exists in the ListImages Collection, False if it does not. | 
| Remove(ByVal KeyOrIndex As Variant) | Removes a specific member from a collection. |