ImageList::ImageCollection::Remove Method (Image^)

 

Not supported. The IList::Remove method removes a specified object from the list.

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

public:
void Remove(
	Image^ image
)

Parameters

image
Type: System.Drawing::Image^

The Image to remove from the list.

Exception Condition
NotSupportedException

This method is not supported.

This implementation of Remove throws a NotSupportedException exception.

.NET Framework
Available since 1.1
Return to top
Show: