TaskBar REALbasic Plugin

TaskBar.BodyMouseDown Event

This event is fired when the Mouse is clicked on the control but not on any enabled category or node.

BodyMouseDown(
   x as Integer,
   y as Integer)

Parameters

x
The x coordinate of the mouse.
y
The y coordinate of the mouse.

Remarks

See Also

TaskBar Control