CommonDialog Hierarchy

The following table lists the classes derived from System.Windows.Forms.CommonDialog .

Derived Classes

Class Description
System.Windows.Forms.ColorDialog Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
System.Windows.Forms.FileDialog Displays a dialog box from which the user can select a file.
System.Windows.Forms.FolderBrowserDialog Prompts the user to select a folder. This class cannot be inherited.
System.Windows.Forms.FontDialog Prompts the user to choose a font from among those installed on the local computer.
System.Windows.Forms.PageSetupDialog Enables users to change page-related print settings, including margins and paper orientation. This class cannot be inherited.
System.Windows.Forms.PrintDialog Lets users select a printer and choose which sections of the document to print from a Windows Forms application.

See Also

Reference

CommonDialog Class
CommonDialog Members
System.Windows.Forms Namespace