Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/dialog-box-controls-and-components-windows-forms.md
Andy De George c0ba284473 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
2020-09-01 16:26:21 -07:00

3.2 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Dialog-Box Controls and Components 03/30/2017
CommonDialog control
Windows Forms dialog boxes [Windows Forms], predefined
dialog boxes [Windows Forms], Windows Forms
Windows Forms, dialog boxes
6e5f5e9e-58d6-45f3-9df0-48b7bb6bfd5c

Dialog-Box Controls and Components (Windows Forms)

The following Windows Forms controls and components present standard dialog boxes. Follow the links for more information about the functions available in each dialog box.

Reference

xref:System.Windows.Forms.ColorDialog
Provides reference information about the xref:System.Windows.Forms.ColorDialog class and its members.

xref:System.Windows.Forms.FontDialog
Provides reference information about the xref:System.Windows.Forms.FontDialog class and its members.

xref:System.Windows.Forms.OpenFileDialog
Provides reference information about the xref:System.Windows.Forms.OpenFileDialog class and its members.

xref:System.Windows.Forms.PageSetupDialog
Provides reference information about the xref:System.Windows.Forms.PageSetupDialog class and its members.

xref:System.Windows.Forms.PrintDialog
Provides reference information about the xref:System.Windows.Forms.PrintDialog class and its members.

xref:System.Windows.Forms.PrintPreviewDialog
Provides reference information about the xref:System.Windows.Forms.PrintPreviewDialog class and its members.

xref:System.Windows.Forms.SaveFileDialog
Provides reference information about the xref:System.Windows.Forms.SaveFileDialog class and its members.

Dialog Boxes in Windows Forms
Describes how to create a dialog box for a Windows Form.

ColorDialog Component Overview
Enables the user to select a color from a palette in a pre-configured dialog box and to add custom colors to that palette.

FolderBrowserDialog Component Overview (Windows Forms)
Enables users to browse and select folders.

FontDialog Component Overview
Exposes the fonts that are currently installed on the system.

OpenFileDialog Component Overview
Allows users to open files via a pre-configured dialog box.

PageSetupDialog Component Overview
Sets page details for printing via a pre-configured dialog box.

PrintDialog Component Overview
Selects a printer, chooses the pages to print, and determines other print-related settings.

PrintPreviewDialog Control Overview
Displays a document as it will appear when it is printed.

SaveFileDialog Component Overview
Selects files to save and where to save them.

Also see Dialog Boxes in Windows Forms.