This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Show a pop up menu at current mouse position
Syntax
n = PopUpMenu(hWnd, hMenu, lFlags)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog that will be parent of the popup menu |
hMenu |
Number |
No |
Handle of a menu created with MENU NEW POPUP TO ... |
lFlags |
Number |
Yes |
Set of flags that specify how to show the pop up menu This member can have one or more of the following flags set: %TPM_LEFTBUTTON %TPM_RIGHTBUTTON %TPM_LEFTALIGN %TPM_CENTERALIGN %TPM_RIGHTALIGN %TPM_TOPALIGN %TPM_VCENTERALIGN %TPM_BOTTOMALIGN %TPM_HORIZONTAL %TPM_VERTICAL %TPM_NONOTIFY %TPM_RETURNCMD %TPM_RECURSE %TPM_HORPOSANIMATION %TPM_HORNEGANIMATION %TPM_VERPOSANIMATION %TPM_VERNEGANIMATION %TPM_NOANIMATION %TPM_LAYOUTRTL
If this member is zero, the following default value will be used: %TPM_TOPALIGN or %TPM_LEFTALIGN |
Remarks
Restrictions
See also
Examples