OnMouseEnter  Button

The OnMouseEnter event is called when the mouse cursor enters into the client area of the control.

Syntax

Button.OnMouseEnter(
     Integer x,
     Integer y)

Parameters

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

Return value

The OnMouseEnter event has no return values.

Example

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