OnLButtonDblClk
This event triggers when the user double-clicks with the left mouse button in the viewer.
Syntax
OnLButtonDblClk (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 |
|
y |
Y coordinate |
|
bHandled |
True when the event was processed. |
