StyleGrid REALbasic Plugin

StyleGrid.MouseUp Event

The mouse button was released inside the StyleGrid at the location passed into x, y.

MouseUp(
   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.

This event will not occur unless you return True in the MouseDown event.

See Also

StyleGrid Control