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

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

Property Value

true if the user can define custom colors; otherwise, false. The default is true.

Remarks

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.

See Also

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