Gets or sets a value indicating whether the controls used to create custom colors are visible when the dialog box is opened
[Visual Basic] Overridable Public Property FullOpen As Boolean [C#] public bool FullOpen {virtual get; virtual set;} [C++] public: __property virtual bool get_FullOpen(); public: __property virtual void set_FullOpen(bool); [JScript] public function get FullOpen() : Boolean; public function set FullOpen(Boolean);
true if the custom color controls are available when the dialog box is opened; otherwise, false. The default value is false.
By default, the custom color controls are not visible when the dialog box is first opened. You must click the Custom Colors button to display them.
Note If ColorDialog.AllowFullOpen is false, then FullOpen has no effect.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace | AllowFullOpen