SHOWCONTEXTMENU |
Top Previous Next |
Syntax SHOWCONTEXTMENU(win as WINDOW,hmenu as UINT,x as INT,y as INT) Description Displays a right-click context menu. Used internally by the menu creation macros. Parameters win - Window or dialog to show the menu. hmenu - Handle to a menu returned by CREATEMENU. x, y - Window coordinates of menu. Return value None Remarks See Also: CREATEMENU Example usage None |