description | title | ms.date | f1_keywords | helpviewer_keywords | ||||
---|---|---|---|---|---|---|---|---|
Learn more about: CFolderPickerDialog Class |
CFolderPickerDialog Class |
03/27/2019 |
|
|
CFolderPickerDialog
class implements CFileDialog
in the folder picker mode.
class CFolderPickerDialog : public CFileDialog;
Name | Description |
---|---|
CFolderPickerDialog::~CFolderPickerDialog |
Destructor. |
CFolderPickerDialog::CFolderPickerDialog |
Constructor. |
CFolderPickerDialog
Header: afxdlgs.h
Constructor.
explicit CFolderPickerDialog(
LPCTSTR lpszFolder = NULL,
DWORD dwFlags = 0,
CWnd* pParentWnd = NULL,
DWORD dwSize = 0);
lpszFolder
Initial folder.
dwFlags
A combination of one or more flags that allow you to customize the dialog box.
pParentWnd
A pointer to the dialog box object's parent or owner window.
dwSize
The size of the OPENFILENAME
structure.
Destructor.
virtual ~CFolderPickerDialog();