Contents Index Topic Contents | ||
Previous Topic: IHTMLEventObj::get_cancelBubble Next Topic: IHTMLEventObj::get_toElement |
IHTMLEventObj::get_fromElement
HRESULT get_fromElement( IHTMLElement **p );Retrieves the object being moved from for the onmouseover and onmouseout events.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElement interface of the object.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.