Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.png)