RemoveAll

This method removes an image from the ImageList control.

Syntax

imagelist.RemoveAll

Parameters

imagelist
Reference to a ImageList control.

Return Value

None.

Remarks

Using RemoveAll has the same effect as setting Count to zero. All other information, such as ImageWidth and ImageHeight, is preserved.