The ImageList is an object that stores a collection of Images, most commonly used by other controls, such as the ListView, TreeView, or Toolbar. You can add either bitmaps or Icons to the ImageList, and the other controls will be able to use the Images as they desire.
Object
MarshalByRefObject
MarshalByRefComponent
ImageList
[Visual Basic] NotInheritable Public Class ImageList Inherits MarshalByRefComponent [C#] public sealed class ImageList : MarshalByRefComponent [C++] public __gc __sealed class ImageList : public MarshalByRefComponent [JScript] public class ImageList extends MarshalByRefComponent
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll