Occurs when the user double-clicks the mouse.
Syntax
object_DblClick( )
Properties
The DblClick event syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Remarks
The DblClick event occurs when multiple left mouse clicks are received in the object.
The sequence of mouse-related events is:
Alarm Summary Syntax
object_DblClick(ByVal Col As Long, ByVal Row As Long)
Properties
The DblClick event syntax has these parts:
Part |
Description |
Object |
An object expression that evaluates to an object in the Applies To list. |
Col |
The column in which the user double clicked. |
Row |
The row in which the user double clicked. |