UserClick

These events are generated to report that the user clicked the mouse on the document.To generate the events, set the OPENModeproperty to 5 before the document is opened. This indicates that the file should be opened with indexing enabled.

Syntax

UserClick(bDoubleClick, lLogicalAddress)

Parameters

Parameter Type Description
bDoubleClick Boolean The flag is TRUE if the user double-clicked, and FALSE if the user single-clicked.
lLogicalAddress Long The logical address of the mouse click.