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);
The color selected by the user. If a color is not selected, the default value is black.
The color selected by the user in the dialog box at run time.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace