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);
ImageList Class | ImageList Members | System.WinForms Namespace