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

On Mouse Enter

CodePode ser chamado porDefinição
354D 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 entra na área gráfica de um objeto

Descrição

This event is generated once, when the mouse cursor enters the graphic area of a form object.

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

Objetos tornados invisíveis usando o comando OBJECT SET VISIBLE ou a propriedade Visibility não geram este evento.

Chamar a pilha

If the On Mouse Enter 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