Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the object that the mouse pointer entered.
![]() |
Syntax
HRESULT value = object.get_toElement(IHTMLElement** p);
Property values
Type: Object
The current object.
Standards information
There are no standards that apply here.
Remarks
You can use the IDOMMouseEvent::toElement property for HTMLFrameSiteEvents::onmouseenter, HTMLFrameSiteEvents::onmouseleave, HTMLFrameSiteEvents::onmouseover, and HTMLFrameSiteEvents::onmouseout events. For example, during an HTMLFrameSiteEvents::onmouseover event, the IDOMMouseEvent::fromElement property gets the element that the mouse pointer has exited, and the IDOMMouseEvent::toElement property gets the element that the mouse pointer has entered.
See also
Reference