CCommonDialog::CCommonDialog

CCommonDialog( CWnd* pParentWnd );

Parameters

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.

Remarks

Constructs a CCommonDialog object. See CDialog::CDialog for complete information.

CCommonDialog OverviewClass MembersHierarchy Chart

See Also   CDialog::CDialog