CMenu::Detach
Windows 메뉴에서 분리 된 CMenu 개체와 핸들을 반환 합니다.
HMENU Detach( );
반환 값
형식 핸들, HMENU, Windows 메뉴, 성공 하면. 그렇지 않으면 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();
요구 사항
헤더: afxwin.h