ListBar.MouseUp

Syntax

ControlName_MouseUp( btn, shift, x, y)

Applies To

ListBar

Purpose

Occurs when the user clicks the mouse on the control.

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

ListBar.MouseDown

ListBar.MouseMove

MouseButtons