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

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[]);

Property Value

A set of custom colors shown by the dialog box. The default value is a null reference (in Visual Basic Nothing).

Remarks

Users may create their own set of custom colors.

See Also

ColorDialog Class | ColorDialog Members | System.WinForms Namespace | System.WinForms.ColorDialog.AnyColors