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

[To be supplied.]

[Visual Basic]
Public ReadOnly Property Images As ImageList.ImageCollection
[C#]
public ImageList.ImageCollection Images {get;}
[C++]
public: __property ImageList.ImageCollection* get_Images();
[JScript]
public function get Images() : ImageList.ImageCollection;

See Also

ImageList Class | ImageList Members | System.WinForms Namespace