OnRButtonUp
This event triggers when the user releases the right mouse button.
Syntax
OnRButtonUp (lFlags As Long, x As Long, y As Long, bHandled As Boolean)
| Parameter | Description |
|---|---|
|
lFlags |
Contains the number an additionally pressed key. |
|
x |
X coordinate in pixels |
|
y |
Y coordinate in pixels |
|
bHandled |
True when the event was processed. |
