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

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

Property Value

true if the Help button is shown in the dialog box; otherwise, false. The default value is false.

See Also

ColorDialog Class | ColorDialog Members | System.WinForms Namespace