StyleGrid REALbasic Plugin

StyleGrid.MouseMove Event

This event is fired when the mouse is hovering over the control.

MouseMove(
   x as Integer,
   y as Integer)

Parameters

x
The x location of the mouse.
y
The y location of the mouse.

Remarks

x and y are in local coordinates to the StyleGrid control.

See Also

StyleGrid Control