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