description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: CCommonDialog Class |
CCommonDialog Class |
11/04/2016 |
|
|
1f68d65f-a0fd-4778-be22-ebbe51a95f95 |
The base class for classes that encapsulate functionality of the Windows common dialogs.
class CCommonDialog : public CDialog
Name | Description |
---|---|
CCommonDialog::CCommonDialog | Constructs a CCommonDialog object. |
The following classes encapsulate the functionality of the Windows common dialogs:
CCommonDialog
Header: afxdlgs.h
Constructs a CCommonDialog
object.
explicit CCommonDialog(CWnd* pParentWnd);
pParentWnd
Points to the parent or owner window object (of type CWnd) to which the dialog object belongs. If it is NULL, the dialog object's parent window is set to the main application window.
See CDialog::CDialog for complete information.
CDialog Class
Hierarchy Chart
CFileDialog Class
CFontDialog Class
CColorDialog Class
CPageSetupDialog Class
CPrintDialog Class
CFindReplaceDialog Class
COleDialog Class