CALL "W$MENU" USING WMENU-POPUP menuHandle [row] [column] GIVING returnCode |
WMENU-POPUP | ||
menuHandle | USAGE HANDLE | This is a handle of an existing pop-up menu, created with the WMENU-NEW-POPUP function. |
row | any numeric data item or numeric literal | It represents, in pixels, the vertical position where the pop-up menu is displayed. If this parameter is omitted, the pop-up menu will appear at the mouse cursor's position. |
column | any numeric data item or numeric literal | It represents, in pixels, the horizontal position where the pop-up menu is displayed. |
<=0 | Operation failed. |
>0 | Operation successful. |