ImageList::ImageCollection::Item Property (String^)
.NET Framework (current version)
Gets an Image with the specified key from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- key
-
Type:
System::String^
The name of the image to retrieve from the collection.
The name of an image corresponds to its key in the ImageList::ImageCollection. The key comparison is not case-sensitive.
If an image with the specified key is not found, the value of the Item property is null.
.NET Framework
Available since 2.0
Available since 2.0
Show: