|
virtual |
Displays a popup menu
Call this function to display the popup menu. If bAutoDestroy parameter is 0, you should call DestroyMenu.
uiMenuResId | Specifies the menu resource ID |
x | Specifies horizontal offset in the client area coordinates |
y | Specifies vertical offset in the client area coordinates |
pWndOwner | Specifies how messages are routed; if nonzero the owner receives the messages, otherwise the standard MFC routing is used |
bOwnMessage | Specifies how messages are routed; if nonzero the owner receives the messages, otherwise the standard MFC routing is used |
bRightAlign | If TRUE, the menu is right-aligned (for RTL reading order). |