ColorDialog::FullOpen Property

 

Gets or sets a value indicating whether the controls used to create custom colors are visible when the dialog box is opened

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool FullOpen {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::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.

System_CAPS_noteNote

If AllowFullOpen is false, then FullOpen has no effect.

.NET Framework
Available since 1.1
Return to top
Show: