Control - MouseHover Event

The mouse has hovered over the control

Member of Control (PRIM_CTRL)

Parameters

NameTypeData TypeDescription
Origin*InputPRIM_CTRLReference to the control on which the event was initially fired
Handled*BothBooleanSet to true to stop the event being propagated to the parent control

Details

MouseHover is fired when the mouse is stationary over a control for a predetermined amount of time.
 
The event is fired once and will only fire again when the mouse has left the re-entered the control.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2