TimeControl.MacMouseDown Event
This event is fired when a when the Mouse goes down on the control. This event is only fired on MacOS Targets.
MacMouseDown(
x as Integer,
y as Integer,
partCode as Integer) as Boolean
Parameters
- x
- The x location where the Mouse button went down.
- y
- The y location where the Mouse button went down.
- partCode
- Identifier which tells where in the control the mouse button went down.
(20 = Up button, 21 = Down button)
Returns
- Boolean
Remarks
See Also
TimeControl Control