CMDIFrameWnd::GetWindowMenuPopup

virtual HMENU GetWindowMenuPopup( HMENU hMenuBar );

Return Value

The Window pop-up menu if one exists; otherwise NULL.

Parameters

hMenuBar

The current menu bar.

Remarks

Call this member function to obtain a handle to the current pop-up menu named “Window” (the pop-up menu with menu items for MDI window management).

The default implementation looks for a pop-up menu containing standard Window menu commands such as ID_WINDOW_NEW and ID_WINDOW_TILE_HORZ.

Override this member function if you have a Window menu that does not use the standard menu command IDs.

CMDIFrameWnd OverviewClass MembersHierarchy Chart

See Also   CMDIFrameWnd::MDIGetActive