Popup Request Event - BBj
Description
In BBj 4.0 and higher, the user requested a popup menu on a control that does not have a bound popup menu.
Mandatory/Optional |
Optional |
Event Mask Bit |
$00000001$ |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
Field |
Description |
context |
Context of the window on which the popup trigger was pressed. |
code |
r |
id |
Control ID of the control on which the popup trigger was pressed. |
flags |
0 |
x |
Horizontal pixel location of the mouse click, relative to the invoking control. |
y |
Vertical pixel location of the mouse click, relative to the invoking control. |