Gets or sets the set of custom colors shown in the dialog box.
[Visual Basic] Public Property CustomColors As Integer () [C#] public int[] CustomColors {get; set;} [C++] public: __property int* get_CustomColors(); public: __property void set_CustomColors(int*[]); [JScript] public function get CustomColors() : int[]; public function set CustomColors(int[]);
A set of custom colors shown by the dialog box. The default value is a null reference (in Visual Basic Nothing).
Users may create their own set of custom colors.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace | System.WinForms.ColorDialog.AnyColors