Mouse_Click2 - cUIObject

Sent whenever the second button of the mouse is double clicked on an item or in the edit window of the object

Type: Event

Parameters: Integer iWindowNumber Integer iPosition

ParameterDescription
iWindowNumberthe window item (1-based)
iPositionthe position within the window


Syntax
Procedure Mouse_Click2 Integer iWindowNumber Integer iPosition

Description

Mouse_Click2 is sent whenever the second mouse button is double clicked on an item or in the edit window of the object. The parameters indicate the position of the mouse cursor within the object. The mouse messages perform no action in the definition of cUIObject; their actions are always defined in higher-level classes.

Note:This event does not apply to the Codejock Grid controls. See OnComMouseDown, OnComRowRClick and OnComMouseUp for cCJGrid and its subclasses.