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);
true if the dialog box displays all available colors in the set of basic colors; otherwise, false. The default value is false.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace | CustomColors