Right Mouse Button Down Event

Description

The user depressed the right mouse button as it was positioned over a control. (This event is valid in Visual PRO/5 3.01 and later only.)

Mandatory/Optional

Optional.

Event Mask Bit

$20000000$

Event Template

context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)

Field

Description

context

Current window

code

R

id

ID of the control over which the right mouse button was depressed.

flags

0 Single click event

1 Double click event

x

Horizontal pixel location of the mouse click, with respect to the top level or child window that the control is in.

y

Vertical pixel location of the mouse click, with respect to the top level or child window that the control is in.