Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

toElement property

Gets the object that the mouse pointer entered.

Internet Explorer 9

 

Syntax

JavaScript

p = object.toElement

 

Property values

Type: Object

The current object.

Standards information

There are no standards that apply here.

Remarks

You can use the toElement property for onmouseenter, onmouseleave, onmouseover, and onmouseout events. For example, during an onmouseover event, the fromElement property gets the element that the mouse pointer has exited, and the toElement property gets the element that the mouse pointer has entered.

See also

DragEvent
MouseEvent
MouseWheelEvent
WheelEvent
Reference
fromElement
srcElement

 

 

Show:
© 2017 Microsoft