The mouse has hovered over the control
Member of Control (PRIM_CTRL)
Name | Type | Data Type | Description |
---|---|---|---|
Origin | *Input | PRIM_CTRL | Reference to the control on which the event was initially fired |
Handled | *Both | Boolean | Set to true to stop the event being propagated to the parent control |
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.
Febuary 18 V14SP2