Gets or sets a value indicating whether the dialog box displays the color choice.
[Visual Basic] Public Property ShowColor As Boolean [C#] public bool ShowColor {get; set;} [C++] public: __property bool get_ShowColor(); public: __property void set_ShowColor(bool); [JScript] public function get ShowColor() : Boolean; public function set ShowColor(Boolean);
true if the dialog box displays the color choice; otherwise, false. The default value is false.
FontDialog Class | FontDialog Members | System.WinForms Namespace | ShowApply | ShowEffects | ShowHelp