toElement property
Sets or retrieves a reference to the object toward which the user is moving the mouse pointer or, for a touch device, a finger. For the standards based property see IDOMMouseEvent::toElement.
Syntax
HRESULT value = object.put_toElement(IHTMLElement* v);HRESULT value = object.get_toElement(IHTMLElement** p);
Property values
Type: Object
the object being moved to by the mouse or finger.
Show: