Parameter | Description |
---|---|
iWindowNumber | the window item (1 based) |
iPosition | the position within the window |
Procedure Mouse_Up2 Integer iWindowNumber Integer iPosition
Mouse_Up2 is sent whenever the second (normally the right) 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.
Procedure Mouse_Up2 Integer iWindowNumber Integer iPosition // add augmentation here Forward Send Mouse_Up2 iWindowNumber iPosition // or here End_Procedure
Note: | Both parameters are character mode DataFlex parameters and are always zero in Windows. |