Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::put_onhelp Next Topic: IHTMLElement::put_onclick |
IHTMLElement::get_onhelp
HRESULT get_onhelp( VARIANT *p);Retrieves the inline script associated with the onhelp event on the object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure to store the script.
See also put_onhelp
IHTMLElement::put_onhelp
HRESULT put_onhelp( VARIANT v );Sets the inline script associated with the onhelp event on the object.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing the inline script.
See also get_onhelp
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.