CFileDialog::AddMenu

添加一个菜单。对话框。

HRESULT AddMenu(
   DWORD dwIDCtl,
   const CString& strLabel
);

参数

  • dwIDCtl
    添加菜单的ID。

  • strLabel
    菜单名。

要求

标头: afxdlgs.h

请参见

参考

CFileDialog选件类