Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the inline script associated with the ondblclick event on the object.
Syntax
HRESULT get_ondblclick( 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_ondblclick
Sets the inline script associated with the ondblclick event on the object.
Syntax
HRESULT put_ondblclick( VARIANT v );
Parameters
- v
- VARIANT structure that contains the script.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
get_ondblclick, IHTMLDocument2
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.