ImageList::ImageCollection::Add Method (Image^)
.NET Framework (current version)
Adds the specified image to the ImageList.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The image being added is null. |
| ArgumentException | The image being added is not a Bitmap. |
.NET Framework
Available since 1.1
Available since 1.1
Show: