Admin Production ni-theme
Current Publication

EVENT_RIGHT_DOUBLE_CLICK

LabWindows/CVI

EVENT_RIGHT_DOUBLE_CLICK

Description

When a user double-clicks with the right mouse button anywhere or a panel, LabWindows/CVI generates an EVENT_RIGHT_DOUBLE_CLICK event and sends the event to the callback function associated with the panel, as well as to the callback function associated with the control over which the mouse click took place.

This event is swallowable. Return 1 to swallow EVENT_RIGHT_DOUBLE_CLICK.

Applies To

Panels and all control types

Event Data Parameters

eventData1 = Mouse vertical position

eventData2 = Mouse horizontal position

LabWindows/CVI Compatibility

LabWindows/CVI 3.0 and later