6 types derived from CommonDialog
System.Windows.Forms (6)
System\Windows\Forms\Dialogs\CommonDialogs\ColorDialog.cs (1)
16
public class ColorDialog :
CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
17
public abstract partial class FileDialog :
CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
21
public sealed class FolderBrowserDialog :
CommonDialog
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
18
public class FontDialog :
CommonDialog
System\Windows\Forms\Printing\PageSetupDialog.cs (1)
17
public sealed class PageSetupDialog :
CommonDialog
System\Windows\Forms\Printing\PrintDialog.cs (1)
17
public 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.