Contents Index Topic Contents | ||
Previous Topic: IHTMLEventObj::get_fromElement Next Topic: IHTMLEventObj::put_keyCode |
IHTMLEventObj::get_toElement
HRESULT get_toElement( IHTMLElement **p );Retrieves the object being moved to 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.