

For a control, it occurs when the user double-clicks a control or its label in Form view. On a form, the DblClick event occurs when the user double-clicks a blank area or record selector on the form.

Setting the Cancel argument to True (1) cancels the DblClick event. The setting determines if the DblClick event occurs. SyntaxĮxpression A variable that represents a Form object. The DblClick event occurs when the user presses and releases the left mouse button twice over an object within the double-click time limit of the system.
