CFileDialog::AddPushButton
Adds a button to the dialog.
HRESULT AddPushButton(
DWORD dwIDCtl,
const CString& strLabel
);
Parameters
dwIDCtl
The ID of the button to add.strLabel
The button name.
Requirements
Header: afxdlgs.h
Adds a button to the dialog.
HRESULT AddPushButton(
DWORD dwIDCtl,
const CString& strLabel
);
dwIDCtl
The ID of the button to add.
strLabel
The button name.
Header: afxdlgs.h