MouseUp Event
Description
Occurs when the tab buttons or the area surrounding the tab buttons (not including the object attached to the tab) has a mouse click that is released. This event is not triggered on single left mouse clicks. This event is triggered on all mouse button clicks except the above noted, and it is triggered on a left button double-click.
Syntax
Public Event MouseUp( _
ByVal Button As Integer, _
ByVal Shift As Integer, _
ByVal x As Long, _
ByVal y As Long _
)
Parameters
- Button: Button of the mouse that was released.
- Shift: Specifies whether the Shift, Ctrl, or ALT keys were pressed.
- x: x coordinate of the mouse.
- y: y coordinate of the mouse.
See Also

| Suite Pro Controls ActiveX Control v24.0 |
|---|
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.