The OnMouseEnter event is called when the mouse cursor enters into the client area of the control.
Syntax
Check.OnMouseEnter(
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 OnMouseEnter event has no return values.
Example
message Application.Check.OnMouseEnter(Integer x, Integer y)
{
}
{
}