Trackbar - MouseDown Event

MouseDown means a mouse button press

Member of Trackbar (PRIM_TKBR)

Parameters

NameTypeData TypeDescription
PosX*InputIntegerVertical position of the cursor in pixels
PosY*InputIntegerHorizontal position of the cursor in pixels
IsAltDown*InputBooleanIs the Alt key down?
IsControlDown*InputBooleanIs the Ctrl key down?
IsShiftDown*InputBooleanIsShiftDown indicates whether the Shift key is pressed down.
IsLeftButtonDown*InputBooleanIsLeftButtonDown indicates whether the left mouse button is pressed down.
IsMiddleButtonDown*InputBooleanIsMiddleButtonDown indicates whether the middle mouse button is pressed down.
IsRightButtonDown*InputBooleanIsRightButtonDown indicates whether the right mouse button is pressed down.

Details

The MouseDown event is fired when the left mouse button is held down within the bounds of the trackbar.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2