Click Event

NI Vision for Visual Basic

Click Event

Syntax

Sub ControlName_Click()

Applies To

CWIMAQViewer

Purpose

Fires when you click the control.

Remarks

Double-clicking 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