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