mouseLeave

mouseLeave();                              (Form)

mouseLeave(control: control-type input);   (Control)

The mouseLeave event occurs when the user moves the mouse off a control or form. For example, you can use this event method when you have defined your own toolbar buttons to turn off button highlighting that was caused by the mouseMove event method.