FrameContextMenu Event 411
Description
If enabled, this event is reported when the user clicks and releases the right mouse button over the non-client area of an object, for example, the title bar in a Form.
The event message reported as the result of ⎕DQ
, or supplied as the right argument to your callback function, is a 4-element vector as follows :
[1] |
Object | ref or character vector |
[2] |
Event | 'FrameContextMenu' or 411 |
[3] |
Y | y-position of the mouse (number) |
[4] |
X | x-position of the mouse (number) |
For further details, see ContextMenu Event.