Skip to content

Latest commit

 

History

History
89 lines (57 loc) · 1.88 KB

cfolderpickerdialog-class.md

File metadata and controls

89 lines (57 loc) · 1.88 KB
description title ms.date f1_keywords helpviewer_keywords
Learn more about: CFolderPickerDialog Class
CFolderPickerDialog Class
03/27/2019
CFolderPickerDialog
AFXDLGS/CFolderPickerDialog
AFXDLGS/CFolderPickerDialog::CFolderPickerDialog
CFolderPickerDialog [MFC], CFolderPickerDialog

CFolderPickerDialog Class

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

CObject

CCmdTarget

CWnd

CDialog

CCommonDialog

CFileDialog

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();

Remarks

See also

Classes