Trackbar - MouseUp Event
MouseUp means a mouse button release
Member of Trackbar (PRIM_TKBR)
Parameters
Name |
Type |
Data Type |
Description |
PosX |
*Input |
Integer |
Vertical position of the cursor in pixels |
PosY |
*Input |
Integer |
Horizontal position of the cursor in pixels |
IsAltDown |
*Input |
Boolean |
Is the Alt key down? |
IsControlDown |
*Input |
Boolean |
Is the Ctrl key down? |
IsShiftDown |
*Input |
Boolean |
Is the Shift key down? |
IsLeftButtonDown |
*Input |
Boolean |
True if the left mouse button is down |
IsMiddleButtonDown |
*Input |
Boolean |
True if the middle mouse button is down |
IsRightButtonDown |
*Input |
Boolean |
True if the right mouse button is down |
Details
The MouseUp event is fired when the left mouse button comes up within the bounds of the trackbar.