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

 

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

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

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

private:
virtual int IndexOf(
	Object^ image
) sealed = IList::IndexOf

Parameters

image
Type: System::Object^

The image to find in the list.

Return Value

Type: System::Int32

Exception Condition
NotSupportedException

In all cases.

.NET Framework
Available since 1.1
Return to top
Show: