6 types derived from CommonDialog
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ColorDialog.cs (1)
35
public class ColorDialog :
CommonDialog
{
winforms\Managed\System\WinForms\FileDialog.cs (1)
41
public abstract partial class FileDialog :
CommonDialog
{
winforms\Managed\System\WinForms\FolderBrowserDialog.cs (1)
33
public sealed class FolderBrowserDialog :
CommonDialog
winforms\Managed\System\WinForms\FontDialog.cs (1)
36
public class FontDialog :
CommonDialog
{
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
28
public sealed class PageSetupDialog :
CommonDialog
{
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
27
public sealed class PrintDialog :
CommonDialog
{
2 references to CommonDialog
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CommonDialog.cs (2)
51
/// Initializes a new instance of the <see cref='System.Windows.Forms.
CommonDialog
'/> class.
189
/// Raises the <see cref='System.Windows.Forms.
CommonDialog
.HelpRequest'/>