Action
The function opens a context menu on the given position. The coordinates should be given in pixels with respect to the picture control as it is displayed on the screen.
Syntax
C#
picture.ContextMenu(x, y)
VB
picture.ContextMenu(x, y)
| Variable |
Description |
| x |
The x-coordinate. Integer. |
| y |
The y-coordinate. Integer. |