MSM-Workstation
Events

dblClick

The low level event dblClick may occur for windows and for components of the types Combo Box, List Box, Long List Box and Generic Box.

The event dblClick occurs for an object when two pointer button clicks are generated within a certain time interval. The maximum duration of this time interval can usually be defined by the end-user as a setting in a list of preferences.

Information about the position of the pointer and about the pointer-button(s) pressed can be obtained using the macros %%EvPtrButton, %%EvPtrPos and %%EvPtrState.

In MWAPI, this event is called "DBLCLICK".

Go to the alphabetic list of events.