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

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);

Property Value

true if the custom color controls are available when the dialog box is opened; otherwise, false. The default value is false.

Remarks

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.

See Also

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