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