Normal REALbasic MouseDown event.
MouseDown(
x as Integer,
y as Integer) as Boolean
Parameters
- x
- The x coordinate of the mouse.
- y
- The y coordinate of the mouse.
Returns
- Boolean
- Return true here if REALbasic is not supposed to let the event float up to the parent window of the Control.
Remarks
The default internal handing for this event can be canceled from within the event with the CancelEventAction property.
See Also
TaskBar Control