CMenu::Detach
中斷連結 CMenu 物件的一個視窗功能表並將控制代碼傳回。
HMENU Detach( );
傳回值
控制代碼,對 Windows 功能表中的型別 HMENU,,,如果成功,否則 NULL。
備註
m_hMenu 資料成員設定為 NULL。
範例
CMenu mnu;
HMENU hmnu = AfxGetMainWnd()->GetMenu()->GetSafeHmenu();
mnu.Attach(hmnu);
// Now you can manipulate the window's menu as a CMenu
// object...
mnu.Detach();
需求
Header: afxwin.h