Trackbar - MouseDown Event
MouseDown means a mouse button press
Member of Trackbar (PRIM_TKBR)
| 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 | IsShiftDown indicates whether the Shift key is pressed down. |
| IsLeftButtonDown | *Input | Boolean | IsLeftButtonDown indicates whether the left mouse button is pressed down. |
| IsMiddleButtonDown | *Input | Boolean | IsMiddleButtonDown indicates whether the middle mouse button is pressed down. |
| IsRightButtonDown | *Input | Boolean | IsRightButtonDown indicates whether the right mouse button is pressed down. |
The MouseDown event is fired when the left mouse button is held down within the bounds of the trackbar.
Febuary 18 V14SP2