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

[To be supplied.]

Overload List

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

See Also

ImageList Class | ImageList Members | System.WinForms Namespace