Overview | Methods | Fields | This Package | All Packages
Retrieves the element that the mouse was on following the mouseEnter or mouseLeave event.
Syntax
final public DhElement getToElement()
Return Value
Returns the DhElement to which the mouse moved after the event, or returns null if the event was neither mouseEnter nor mouseLeave. This can be a normal element, the containing DhDocument object, or null if the mouse has moved into the browser from outside it.
See Also getFromElement