DateControl Xojo Plugin

DateControl.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.
(9 = Day, 10 = Month, 11 = year, 20 = Up button, 21 = Down button)

Returns

Boolean
Boolean

Remarks

See Also

DateControl Control