Expand Minimize
This topic has not yet been rated - Rate this topic

CWinAppEx::ShowPopupMenu

Displays a popup menu.

virtual BOOL ShowPopupMenu(
   UINT uiMenuResId,
   const CPoint& point,
   CWnd* pWnd 
);
[in] uiMenuResId

A menu resource ID.

[in] point

A CPoint that specifies the position of the menu in screen coordinates.

[in] pWnd

A pointer to the window that owns the popup menu.

Nonzero if the popup menu is displayed successfully; 0 otherwise.

This method displays the menu associated with uiMenuResId.

To support popup menus, you must have a CContextMenuManager object. If you have not initialized the CContextMenuManager object, ShowPopupMenu will fail.

Header: afxwinappex.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.