Share via


ImageList Class

Methods | This Package | All Packages

Contains a collection of images that can be used by other controls, such as the ListView, TreeView, Toolbar, TabStrip, and TabControl controls.

Component
  |
  +--ImageList

package com.ms.wfc.ui

public class ImageList
extends
Component****

Remarks

You can use an ImageList object to store the images that appear next to nodes in a tree view control. Use the addImage or setImages method to add images to the image list. Use the setImageList method of a control to associate an image list with it. For a list view control, use the setLargeImageList and setSmallImageList methods to specify the images used in Large Icon view and Small Icon view, and use the setStateImageList method to specify the images used to indicate the state of an item.