[To be supplied.]
Creates a new ImageList Control with a default image size of 16x16 pixels
[Visual Basic] Overloads Public Sub New()
[C#] public ImageList();
[C++] public: ImageList();
[JScript] public function ImageList();
Wrap a pre-existing image list. You are responsible for freeing the handle when you are done with the ImageList object.
[Visual Basic] Overloads Public Sub New(Integer)
[C#] public ImageList(int);
[C++] public: ImageList(int);
[JScript] public function ImageList(int);
ImageList Class | ImageList Members | System.WinForms Namespace