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

ColorDialog
Provides reference information about the ColorDialog class and its members.

FontDialog
Provides reference information about the FontDialog class and its members.

OpenFileDialog
Provides reference information about the OpenFileDialog class and its members.

PageSetupDialog
Provides reference information about the PageSetupDialog class and its members.

PrintDialog
Provides reference information about the PrintDialog class and its members.

PrintPreviewDialog
Provides reference information about the PrintPreviewDialog class and its members.

SaveFileDialog
Provides reference information about the 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.