ImageList::ImageCollection::AddRange Method (array<Image^>^)
.NET Framework (current version)
Adds an array of images to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | images is null. |
Use ImageList::ImageCollection to add several images to the collection. To add a single item, use one of the Add methods.
.NET Framework
Available since 2.0
Available since 2.0
Show: