Mouse_Up - cUIObject

Sent whenever the first button of the mouse is released while on an item is 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_Up Integer iWindowNumber Integer iPosition

Description

Mouse_Up is sent whenever the first (normally the left) mouse button is released. 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.

Sample

Procedure Mouse_Up Integer iWindowNumber Integer iPosition
    // add augmentation here
    Forward Send Mouse_Up iWindowNumber iPosition
    // or here
End_Procedure


Note:
Both parameters are character mode DataFlex parameters and are always zero in Windows.