Occurs when the user releases the mouse button while an object has the focus.
Private Sub object_MouseUp (MouseButton, Btn)
The MouseUp
event syntax has these parts:
Part | Type | Description |
MouseButton | Integer | Specifies pressed mouse button. |
Btn | Boolean | Specifies cursor location. |
The settings for Btn value are:
Setting | Description |
True | Cursor is on button. |
False | Cursor is out of button. |