Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

ImageList.setImages

Adds images to the the image list.

Syntax

public void setImages( Image[] image )

Parameters

image

A zero-based array of Image objects that represent the images you want to add to the image list.

Remarks

This method removes all existing images from the image list while inserting the new ones.

See Also   getImages