Gets or sets a value indicating whether the user can use the dialog box to define custom colors.
[Visual Basic] Overridable Public Property AllowFullOpen As Boolean [C#] public bool AllowFullOpen {virtual get; virtual set;} [C++] public: __property virtual bool get_AllowFullOpen(); public: __property virtual void set_AllowFullOpen(bool); [JScript] public function get AllowFullOpen() : Boolean; public function set AllowFullOpen(Boolean);
true if the user can define custom colors; otherwise, false. The default is true.
When set to false, the associated button in the dialog box is disabled and the user cannot access the custom colors control in the dialog box.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace | FullOpen