The OnMouseExit event is called when the mouse cursor quits the client area of the control.
Syntax
Button.OnMouseExit()
Parameters
The OnMouseExit event has no parameters.
Return value
The OnMouseExit event has no return values.
Example
message Application.Button.OnMouseExit()
{
}
{
}