Saltar para o conteúdo principal
Versão: v19

On Mouse Leave

CodePode ser chamado porDefinição
364D Write Pro area - Button - Button Grid - Check Box - Combo Box - Dropdown list - Form - Hierarchical List - Input - List Box - Picture Button - Picture Pop up menu - Plug-in Area - Progress Indicators - Radio Button - Ruler - Spinner - Splitter - Stepper - Tab controlO cursor do rato deixa a área gráfica de um objeto

Descrição

This event is generated once when the mouse cursor leaves the graphic area of an object.

The On Mouse Leave event updates the MouseX and MouseY system variables.

Objects that are made invisible using the OBJECT SET VISIBLE command or the Visibility property do not generate this event.

Chamar a pilha

If the On Mouse Leave event has been checked for the form, it is generated for each form object. Se for verificada para um objeto, é gerada apenas para esse objeto. When there are superimposed objects, the event is generated by the first object capable of managing it that is found going in order from top level to bottom.

Veja também