Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
CFolderPickerDialog class implements CFileDialog in the folder picker mode.
Syntax
class CFolderPickerDialog : public CFileDialog;
Members
Public Constructors
| Name | Description |
|---|---|
CFolderPickerDialog::~CFolderPickerDialog |
Destructor. |
CFolderPickerDialog::CFolderPickerDialog |
Constructor. |
Remarks
Inheritance Hierarchy
CFolderPickerDialog
Requirements
Header: afxdlgs.h
CFolderPickerDialog::CFolderPickerDialog
Constructor.
explicit CFolderPickerDialog(
LPCTSTR lpszFolder = NULL,
DWORD dwFlags = 0,
CWnd* pParentWnd = NULL,
DWORD dwSize = 0);
Parameters
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.
Remarks
CFolderPickerDialog::~CFolderPickerDialog
Destructor.
virtual ~CFolderPickerDialog();