ImageCollection Constructor
In This Topic
Initializes a new instance of a
ImageCollection.
Syntax
'Declaration
Public Function New( _
ByVal As Component _
)
public ImageCollection(
Component
)
Parameters
- owner
- Component that owns the collection.
See Also