ImageList::ImageCollection::IndexOf Method (Image^)
.NET Framework (current version)
Not supported. The IndexOf method returns the index of a specified object in the list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- image
-
Type:
System.Drawing::Image^
The Image to find in the list.
| Exception | Condition |
|---|---|
| NotSupportedException | This method is not supported. |
This implementation of IndexOf throws a NotSupportedException exception.
.NET Framework
Available since 1.1
Available since 1.1
Show: