mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
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:
+27
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "PrintPreviewControl Control"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "printing [Windows Forms], print preview"
|
||||
- "PrintPreviewControl control (using designer)"
|
||||
- "PrintPreview control (using designer)"
|
||||
- "print preview [Windows Forms], custom interface (using designer)"
|
||||
ms.assetid: 3fdb2e46-92a3-4e26-bb8d-63a89087b337
|
||||
---
|
||||
# PrintPreviewControl Control (Windows Forms)
|
||||
The Windows Forms `PrintPreviewControl` is used to display a document as it will appear when printed. This control has no buttons or other user interface elements, so typically you use the `PrintPreviewControl` only if you wish to write your own print-preview user interface. If you want the standard user interface, use a <xref:System.Windows.Forms.PrintPreviewDialog> control.
|
||||
|
||||
## In This Section
|
||||
[PrintPreviewControl Control Overview](printpreviewcontrol-control-overview-windows-forms.md)
|
||||
Introduces the general concepts of the `PrintPreviewControl`, which you can use to design your own print preview dialog or component.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.PrintPreviewControl>
|
||||
Provides reference information on the class and its members.
|
||||
|
||||
## Related Sections
|
||||
[PrintPreviewDialog Control](printpreviewdialog-control-windows-forms.md)
|
||||
Describes an alternate way to create print preview functionality.
|
||||
|
||||
[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.
|
||||
Reference in New Issue
Block a user