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.ImageCollection.All

[To be supplied.]

[Visual Basic]
Public Property All As Image ()
[C#]
public Image[] All {get; set;}
[C++]
public: __property Image* get_All();
public: __property void set_All(Image*[]);
[JScript]
public function get All() : Image[];
public function set All(Image[]);

See Also

ImageList.ImageCollection Class | ImageList.ImageCollection Members | System.WinForms Namespace