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( _ ByVal hImageList As Integer _ ) [C#] public ImageList( int hImageList ); [C++] public: ImageList( int hImageList ); [JScript] public function ImageList( hImageList : int );
ImageList Class | ImageList Members | System.WinForms Namespace | ImageList Constructor Overload List