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

Gets or sets a value indicating whether the dialog box displays all available colors in the set of basic colors.

[Visual Basic]
Overridable Public Property AnyColor As Boolean
[C#]
public bool AnyColor {virtual get; virtual set;}
[C++]
public: __property virtual bool get_AnyColor();
public: __property virtual void set_AnyColor(bool);
[JScript]
public function get AnyColor() : Boolean;
public function set AnyColor(Boolean);

Property Value

true if the dialog box displays all available colors in the set of basic colors; otherwise, false. The default value is false.

See Also

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