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