CFolderPickerDialog
クラス
CFolderPickerDialog
クラスは、フォルダー ピッカー モードで CFileDialog
を実装します。
構文
class CFolderPickerDialog : public CFileDialog;
メンバー
パブリック コンストラクター
名前 | 説明 |
---|---|
CFolderPickerDialog::~CFolderPickerDialog |
デストラクターです。 |
CFolderPickerDialog::CFolderPickerDialog |
コンストラクターです。 |
解説
継承階層
CFolderPickerDialog
要件
ヘッダー: afxdlgs.h
CFolderPickerDialog::CFolderPickerDialog
コンストラクターです。
explicit CFolderPickerDialog(
LPCTSTR lpszFolder = NULL,
DWORD dwFlags = 0,
CWnd* pParentWnd = NULL,
DWORD dwSize = 0);
パラメーター
lpszFolder
初期フォルダー。
dwFlags
ダイアログ ボックスをカスタマイズできる 1 つ以上のフラグの組み合わせ。
pParentWnd
ダイアログ ボックス オブジェクトの親ウィンドウまたは所有者ウィンドウへのポインター。
dwSize
OPENFILENAME
構造体のサイズ。
解説
CFolderPickerDialog::~CFolderPickerDialog
デストラクターです。
virtual ~CFolderPickerDialog();