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