Gets or sets a value indicating whether the dialog box will restrict users to selecting solid colors only.
[Visual Basic] Overridable Public Property SolidColorOnly As Boolean [C#] public bool SolidColorOnly {virtual get; virtual set;} [C++] public: __property virtual bool get_SolidColorOnly(); public: __property virtual void set_SolidColorOnly(bool); [JScript] public function get SolidColorOnly() : Boolean; public function set SolidColorOnly(Boolean);
true if users can select only solid colors; otherwise, false. The default value is false.
This property is applicable to systems with 256 or fewer colors. On these types of systems, some colors are composites of others.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace