Copyright © 1998-2015 MultiMedia Soft
DblClick event
Remarks
Occurs when the user double-clicks a mouse button over the control.
The MouseDown and MouseUp events let you check which mouse button is pressed.
Syntax
Visual Basic
BtnEnh1_DblClick()
Visual C++
void DblClick();