Syntax 3: For windows
Description
Occurs when the user double-clicks in an unoccupied area of the
window (any area with no visible, enabled object).
Event ID
|
Event ID |
Objects |
|---|---|
|
pbm_lbuttondblclk |
Window |
Arguments
|
Argument |
Description |
|---|---|
|
flags |
UnsignedLong by value (the modifier keys and mouse Values
In the Clicked event, the left mouse For an explanation of flags, see Syntax 2 of |
|
xpos |
Integer by value (the distance of the pointer from |
|
ypos |
Integer by value (the distance of the pointer from |
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 — Continue processing
Usage
The xpos and ypos arguments provide the same values the functions
PointerX and PointerY return when you call them for the window.
See also