Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the inline script associated with the onhelp event on the object.
Syntax
HRESULT get_onhelp( VARIANT *p );
Parameters
- p
- Address of a VARIANT structure to store the script.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
put_onhelp
Sets the inline script associated with the onhelp event on the object.
Syntax
HRESULT put_onhelp( VARIANT v );
Parameters
- v
- VARIANT structure containing the inline script.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_onhelp, IHTMLDocument2
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.