ImageList::ImageCollection::AddRange Method (array<Image^>^)

 

Adds an array of images to the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void AddRange(
	array<Image^>^ images
)

Parameters

images
Type: array<System.Drawing::Image^>^

The array of Image objects to add to the collection.

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
Return to top
Show: