On Mouse Enter
Code | Pode ser chamado por | Definição |
---|---|---|
35 | 4D 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 control | O 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.
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 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.