CWnd::SetMenu

BOOLSetMenu(CMenu*pMenu);

Return Value

Nonzero if the menu is changed; otherwise 0.

Parameters

pMenu

Identifies the new menu. If this parameter is NULL, the current menu is removed.

Remarks

Sets the current menu to the specified menu. Causes the window to be redrawn to reflect the menu change.

SetMenu will not destroy a previous menu. An application should call the CMenu::DestroyMenu member function to accomplish this task.

Example

See the example for CMenu::LoadMenu.

CWnd OverviewClass MembersHierarchy Chart

See Also   CMenu::DestroyMenu, CMenu::LoadMenu, , CWnd::GetMenu