| WindowSplitter REALbasic Plugin |
|
WindowSplitter.MouseDown Event
This event is fired when the mouse is pressed on the WindowSplitter.
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 if MouseUp event is wanted.
Remarks
This event behaves the same way as normal REALbasic mouse down events.
See Also
WindowSplitter Control