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