Click Event

Measurement Studio User Interface

Click Event

Syntax

Sub ControlName_Click()

Applies To

CWButton

CWGraph

CWKnob

CWNumEdit

CWSlide

Purpose

Generates when you click the mouse on the control.

Remarks

The DblClick event does not call this event. 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

DblClick

MouseDown

MouseMove

MouseUp