Gets or sets a value indicating whether the Help button is displayed.
[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 displayed; otherwise, false. The default is false.
PrintDialog Class | PrintDialog Members | System.WinForms Namespace | ShowNetwork