CalendarControl Xojo Plugin

CalendarControl.MouseDown Event

This event is fired when the Mouse is clicked within the control.

MouseDown(
   x as Integer,
   y as Integer)

Parameters

x
The x coordinate of the mouse relative to the control.
y
The y coordinate of the mouse relative to the control.

Remarks

Returning true from the MouseDown event will make REALbasic not send the event to the controls parent control and parent window.

Setting the CancelEventAction property to true from within this event will make internal handling of the MouseDown get canceled.

See Also

CalendarControl Control