ImageList::ImageCollection::IList::Contains Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Implements the Contains method. Throws a NotSupportedException in all cases.

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

private:
virtual bool Contains(
	Object^ image
) sealed = IList::Contains

Parameters

image
Type: System::Object^

The image to locate in the ImageList::ImageCollection.

Return Value

Type: System::Boolean

Exception Condition
NotSupportedException

In all cases.

.NET Framework
Available since 1.1
Return to top
Show: