Description
Returns an McImage object found in the collection.
-
Property type
-
A McImage object.
-
Syntax
-
object.Item(Index)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McImages. | | Index | Required. A Variant value. | Remarks
The ToFind argument is usually an image index or an image Name (the same as the McImage.Name property). It can also be an McImage object, in which case the property will either return the same object or Nothing if that image is not part of the collection (see McImage.Collection and McImage.Close). In any case, Nothing is returned as the property value if the argument does not resolve to an image that is part of the collection.
This is the default property of the McImages collection (see the Example)
|