Initial winforms content migrated (#18)

* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,33 @@
---
title: "PrintPreviewDialog Control"
ms.date: "03/30/2017"
helpviewer_keywords:
- "PrintPreviewDialog control (using designer)"
- "PrintPreview control (using designer)"
- "printing [Windows Forms], print preview (using designer)"
- "print preview [Windows Forms], default interface (using designer)"
ms.assetid: bfb5a3d7-021e-44f4-90f3-d435467f51d6
---
# PrintPreviewDialog Control (Windows Forms)
The Windows Forms `PrintPreviewDialog` control is a pre-configured dialog box used to display how a document will appear when printed. Use it within your Windows-based application as a simple solution in lieu of configuring your own dialog box. The control contains buttons for printing, zooming in, displaying one or multiple pages, and closing the dialog box.
## In This Section
[PrintPreviewDialog Control Overview](printpreviewdialog-control-overview-windows-forms.md)
Introduces the general concepts of the `PrintPreviewDialog` control, which allows you to display a pre-configured dialog box that users can use to see a version of their document as it will look when it prints.
[How to: Display Print Preview in Windows Forms Applications](how-to-display-print-preview-in-windows-forms-applications.md)
Explains how to view a page that is to be printed by using an instance of the `PrintPreviewDialog` control at run time.
## Reference
<xref:System.Windows.Forms.PrintPreviewDialog>
Provides reference information on the class and its members.
## Related Sections
[Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)
Provides a complete list of Windows Forms controls, with links to information on their use.
[Dialog-Box Controls and Components](dialog-box-controls-and-components-windows-forms.md)
Lists the different dialog-box controls for Windows Forms.
[Dialog Boxes in Windows Forms](../dialog-boxes-in-windows-forms.md)
Describes how to create a dialog box for a Windows Form.