Description
Occurs when the user releases a right mouse button.
Syntax
Event RFDocument.RButtonUp(x As Long, y As Long)
The RButtonUp syntax has these parts:
| Part | Description |
|---|---|
| x | Long Required. Horizontal mouse position in points. |
| y | Long Required. Vertical mouse position in points. |