This event is fired when the Mouse is clicked within the control.
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.