CFileDialog::AddMenu
Adds a menu to the dialog.
HRESULT AddMenu(
DWORD dwIDCtl,
const CString& strLabel
);
Parameters
dwIDCtl
The ID of the menu to add.strLabel
The menu name.
Requirements
Header: afxdlgs.h
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Adds a menu to the dialog.
HRESULT AddMenu(
DWORD dwIDCtl,
const CString& strLabel
);
dwIDCtl
The ID of the menu to add.
strLabel
The menu name.
Header: afxdlgs.h