fromElement property

Sets or retrieves the object from which activation or the mouse pointer is exiting during the event.

Syntax

HRESULT value = object.put_fromElement(IHTMLElement* v);HRESULT value = object.get_fromElement(IHTMLElement** p);

Property values

Type: Object

the previous location of activation or the mouse pointer.