| CBCGPFileProp::CBCGPFileProp | ( | const CString & | strName, |
| const CString & | strFolderName, | ||
| DWORD_PTR | dwData = 0, |
||
| LPCTSTR | lpszDescr = NULL, |
||
| UINT | ulFlags = BIF_RETURNONLYFSDIRS, |
||
| UINT | nThemedBrowseDlg = 0 |
||
| ) |
Constructs a file property item.
| strName | The property name. |
| strFolderName | Specifies the initial folder name. |
| dwData | Specifies the property item data. |
| lpszDescr | Specifies the property item description. |
| ulFlags | Specifies browsing for directory flags (combination of BIF_RETURNONLYFSDIRS, BIF_DONTGOBELOWDOMAIN and BIF_STATUSTEXT). |
| nThemedBrowseDlg | Specifies "Folder" dialog style: BCGP_FOLDER_PICKER_STANDARD, BCGP_FOLDER_PICKER_THEMED or BCGP_FOLDER_PICKER_FILEDLG. |