ImageList.ImageCollection.Remove(Image) Method

Definition

Not supported. The Remove(Object) method removes a specified object from the list.

public:
 void Remove(System::Drawing::Image ^ image);
public void Remove (System.Drawing.Image image);
member this.Remove : System.Drawing.Image -> unit
Public Sub Remove (image As Image)

Parameters

image
Image

The Image to remove from the list.

Exceptions

This method is not supported.

Remarks

This implementation of Remove throws a NotSupportedException exception.

Applies to

See also