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

The color to treat as transparent.

[Visual Basic]
Public Property TransparentColor As Color
[C#]
public Color TransparentColor {get; set;}
[C++]
public: __property Color get_TransparentColor();
public: __property void set_TransparentColor(Color);
[JScript]
public function get TransparentColor() : Color;
public function set TransparentColor(Color);

See Also

ImageList Class | ImageList Members | System.WinForms Namespace