Popup Selection Event - BBj

Description

In BBj 4.0 and higher, the user selected a menu item from a popup menu.

 

Mandatory/Optional

Optional

Event Mask Bit

None. Event is always visible.

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 menu was invoked

code

P

Id

Control on which the popup menu was invoked

flags

$01$ = Shift
$02$ = Ctrl
$04$ = Selection is currently checked.

x

Popup id

y

Popup item id

See Also

BBjPopupSelectEvent