6 types derived from CommonDialog
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
16public class ColorDialog : CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
17public abstract partial class FileDialog : CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
21public sealed class FolderBrowserDialog : CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
18public class FontDialog : CommonDialog
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
17public sealed class PageSetupDialog : CommonDialog
System\Windows\Forms\Printing\PrintDialog.cs (1)
17public sealed class PrintDialog : CommonDialog
1 reference to CommonDialog
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
27/// Initializes a new instance of the <see cref="CommonDialog"/> class.