Gets or sets a value indicating whether a Help button appears in the color dialog box.
[Visual Basic] Overridable Public Property ShowHelp As Boolean [C#] public bool ShowHelp {virtual get; virtual set;} [C++] public: __property virtual bool get_ShowHelp(); public: __property virtual void set_ShowHelp(bool); [JScript] public function get ShowHelp() : Boolean; public function set ShowHelp(Boolean);
true if the Help button is shown in the dialog box; otherwise, false. The default value is false.
ColorDialog Class | ColorDialog Members | System.WinForms Namespace