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!

ColorDialog.Color

Gets or sets the color selected by the user.

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

Property Value

The color selected by the user. If a color is not selected, the default value is black.

Remarks

The color selected by the user in the dialog box at run time.

See Also

ColorDialog Class | ColorDialog Members | System.WinForms Namespace