Class ImageList
Provides methods to manage a collection of Image objects.
public class ImageList : ImageContainer<IImageListHandler>, IBaseObject, IDisposableObject, INotifyPropertyChanged, IImageContainer, IDisposable
- Inheritance
-
ImageList
- Implements
Remarks
ImageList is used by some controls, such as the tree view and list view. You can add images to the ImageList, and the controls are able to use the images as they require.
Constructors
- ImageList()
Initializes a new instance of the ImageList with default values.
- ImageList(bool)
Initializes a new instance of the ImageList with default values.
Fields
Properties
- ImageSize
Gets or sets the size of the images in the image list, in pixels.
Methods
- CreateHandler()
Creates handler.