ListBar.MouseUp
- Updated2025-04-09
- 1 minute(s) read
ListBar.MouseUp
Syntax
ControlName_MouseUp( btn, shift, x, y)
Applies To
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.