CCommonDialog クラス

Windows コモン ダイアログの機能をカプセル化したクラスの基底クラスです。

構文

class CCommonDialog : public CDialog

メンバー

パブリック コンストラクター

名前 説明
CCommonDialog::CCommonDialog CCommonDialog オブジェクトを構築します。

解説

次のクラスは、Windows 共通ダイアログの機能をカプセル化します。

継承階層

CObject

CCmdTarget

CWnd

Cdialog

CCommonDialog

必要条件

ヘッダー: afxdlgs.h

CCommonDialog::CCommonDialog

CCommonDialog オブジェクトを構築します。

explicit CCommonDialog(CWnd* pParentWnd);

パラメーター

pParentWnd
ダイアログ オブジェクトが属する親または所有者ウィンドウ オブジェクト (CWnd) を指します。 NULL の場合、ダイアログ オブジェクトの親ウィンドウは メイン アプリケーション ウィンドウに設定されます。

解説

詳細については、 CDialog::CDialog を参照してください。

関連項目

CDialog クラス
階層図
CFileDialog クラス
CFontDialog クラス
CColorDialog クラス
CPageSetupDialog クラス
CPrintDialog クラス
CFindReplaceDialog クラス
COleDialog クラス