NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageList Constructor (Int32)

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
);

Parameters

hImageList
HIMAGELIST handle.

See Also

ImageList Class | ImageList Members | System.WinForms Namespace | ImageList Constructor Overload List