Trackbar - MouseMove Event

MouseMove means a movement of the mouse

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 MouseMove event is fired when the mouse is moved within the bounds of the trackbar.


See also

All Component Classes

Technical Reference

  • No labels