mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06: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:
+28
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "PrintDialog Component"
|
||||
ms.date: "03/30/2017"
|
||||
helpviewer_keywords:
|
||||
- "print options [Windows Forms], PrintDialog component (using designer)"
|
||||
- "PrintDialog component [Windows Forms]"
|
||||
- "Print dialog box (using designer)"
|
||||
- "printing [Windows Forms], PrintDialog component (using designer)"
|
||||
- "printing [Windows Forms], print options"
|
||||
ms.assetid: 09b54db1-d7c7-42fa-b98a-840e6b80a9ad
|
||||
---
|
||||
# PrintDialog Component (Windows Forms)
|
||||
The Windows Forms `PrintDialog` component is a pre-configured dialog box used to select a printer, choose the pages to print, and determine other print-related settings in Windows-based applications. Use it as a simple solution for printer and print-related settings selection in lieu of configuring your own dialog box. You can enable users to print many parts of their documents: print all, print a specified page range, or print a selection. By relying on standard Windows dialog boxes, you create applications whose basic functionality is immediately familiar to users.
|
||||
|
||||
## In This Section
|
||||
[PrintDialog Component Overview](printdialog-component-overview-windows-forms.md)
|
||||
Introduces the general concepts of the `PrintDialog` component, which allows you to display a pre-configured dialog box that users can use to select a printer, choose pages to print, and determine print-related settings.
|
||||
|
||||
[How to: Display the PrintDialog Component](how-to-display-the-printdialog-component.md)
|
||||
Explains how to display the dialog and where it saves properties.
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Forms.PrintDialog>
|
||||
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.
|
||||
Reference in New Issue
Block a user