DisplayPopupMenuEx |
www.progui.co.uk Top Previous Next |
DisplayPopupMenuEx() Syntax Success = DisplayPopupMenuEx(Menu.i, WindowID.i, X.l, Y.l) Description Displays a previously created PopupMenuEx on screen. Menu.i is the handle or ID of the PopupMenuEx. WindowID.i is the Windows ID of the window you wish the popup to send the #WM_COMMAND (item's ID) to when an item has been selected. X.l and Y.l are the screen coordinates of the desired popup position. Returns true for success. See CreatePopupMenuEx.
|