DblClick Event

3D Graph Control

DblClick Event

Syntax

Sub ControlName_DblClick()

Applies To

CWGraph3D

Purpose

Generates a DblClick event when you double-click the mouse on the control.

Remarks

Double-clicking on a control generates the Click event for the first click and the DblClick event for the second click. For more information, refer to Visual Basic help.

See Also

Click

MouseDown

MouseMove

MouseUp