RButtonDown
event (DataWindows)
Description
Occurs when the right mouse button is pressed on the DataWindow
control.
PowerBuilder event
information
Event ID: pbm_dwnrbuttondown
|
Argument |
Description |
|---|---|
|
flags |
UnsignedLong by value. The modifier keys and mouse Key and button
In the RButtonDown event, the right mouse For information on evaluating the flags value, |
|
xpos |
Integer by value. The distance of the pointer from |
|
ypos |
Integer by value. The distance of the pointer from |
Return Values
There are no special outcomes for this event. The only code
is:
0 — Continue processing
See also