OnMouseMove  Button

The OnMouseMove event is called when the mouse cursor is moving in the client area of the control.

Syntax

Button.OnMouseMove(
     Integer x,
     Integer y)

Parameters

xHorizontal client-position of the cursor.
yVertical client-position of the cursor.

Return value

The OnMouseMove event has no return values.

Example

message Application.Button.OnMouseMove(Integer x, Integer y)
{
}
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia