Retrieves the object the cursor is exiting during the onmouseover and onmouseout events.
Syntax
HRESULT get_fromElement(
IHTMLElement **p
);
Parameters
- p
- Address of a pointer to an IHTMLElement interface of the object. For details, see the fromElement property.
Return Value
Returns S_OK if successful, or an error code otherwise.