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

Retrieves the color depth of the imagelist.

[Visual Basic]
Public Property ColorDepth As ColorDepth
[C#]
public ColorDepth ColorDepth {get; set;}
[C++]
public: __property ColorDepth get_ColorDepth();
public: __property void set_ColorDepth(ColorDepth);
[JScript]
public function get ColorDepth() : ColorDepth;
public function set ColorDepth(ColorDepth);

See Also

ImageList Class | ImageList Members | System.WinForms Namespace