The OnMouseMove event is called when the mouse cursor is moving in the client area of the control.
Syntax
Check.OnMouseMove(
Integer x,
Integer y)
Integer x,
Integer y)
Parameters
| x | Horizontal client-position of the cursor. |
|---|---|
| y | Vertical client-position of the cursor. |
Return value
The OnMouseMove event has no return values.
Example
message Application.Check.OnMouseMove(Integer x, Integer y)
{
}
{
}