System.Windows.Forms.ColorDialog.CustomColors Property

Gets or sets the set of custom colors shown in the dialog box.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public int[] CustomColors { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Users can create their own set of custom colors. These colors are contained in an int composed of the BGR (blue, green, red) values necessary to create the color. For more information on the structure of this data, see System.Drawing.Color.

Custom colors can only be defined if ColorDialog.AllowFullOpen is set to true.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0