CMenu::Detach
Détache un menu d'un objet d' CMenu et retourne le handle.
HMENU Detach( );
Valeur de retour
Le handle, du type HMENU, un menu de windows, si l'opération a réussi ; sinon NULL.
Notes
Le membre d' m_hMenu a la valeur NULL.
Exemple
CMenu mnu;
HMENU hmnu = AfxGetMainWnd()->GetMenu()->GetSafeHmenu();
mnu.Attach(hmnu);
// Now you can manipulate the window's menu as a CMenu
// object...
mnu.Detach();
Configuration requise
Header: afxwin.h