event MouseUp (Button as Integer, Shift as Integer, X as OLE_XPOS_PIXELS, Y as OLE_YPOS_PIXELS)
Occurs when the user releases a mouse button.


| |  | Type | Description | |
| | |
Button as Integer |
An integer that identifies the button that was pressed to cause the event.
| |
| | |
Shift as Integer |
An integer that corresponds to the state of the SHIFT, CTRL, and ALT keys when
the button specified in the button argument is pressed or released.
| |
| | |
X as OLE_XPOS_PIXELS |
A single that specifies the current X location of the mouse pointer. The x
values is always expressed in container coordinates.
| |
| | |
Y as OLE_YPOS_PIXELS |
A single that specifies the current Y location of the mouse pointer. The y
values is always expressed in container coordinates.
| |