Label.MouseUp

Syntax

ControlName_MouseUp( btn, shift, x, y)

Applies To

Label

Purpose

Occurs when the user releases the mouse on the control. This event occurs before the Label.Click event.

Parameters

btn As Integer

[In] Specifies the mouse button pressed to cause this event. You can use any one of the MouseButtons constants.

shift As Integer

[In] Specifies a combination of the KeyModifiers constants that specifies the state of the <Shift>, <Ctrl>, and <Alt> keys.

x As long

[In] Specifies the x-coordinate of the mouse pointer, relative to the control, at the moment when the event occurs.

y As long

[In] Specifies the y-coordinate of the mouse pointer, relative to the control, at the moment when the event occurs.

See Also

KeyModifiers

Label.Click

Label.MouseDown

Label.MouseMove

MouseButtons