ImageList::ImageCollection::Contains Method (Image^)
.NET Framework (current version)
Not supported. The IList::Contains method indicates whether a specified object is contained 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 the Contains method throws a NotSupportedException exception.
.NET Framework
Available since 1.1
Available since 1.1
Show: