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.ImageStream

Returns an ImageListStreamer, or null if the image list is empty.

[Visual Basic]
Public Property ImageStream As ImageListStreamer
[C#]
public ImageListStreamer ImageStream {get; set;}
[C++]
public: __property ImageListStreamer* get_ImageStream();
public: __property void set_ImageStream(ImageListStreamer*);
[JScript]
public function get ImageStream() : ImageListStreamer;
public function set ImageStream(ImageListStreamer);

See Also

ImageList Class | ImageList Members | System.WinForms Namespace