IHTMLDocument2::get_ondblclickIHTMLDocument2::get_ondblclick*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_ondblclick
*Next Topic: IHTMLDocument2::put_onkeyup

IHTMLDocument2::get_ondblclick


HRESULT get_ondblclick(
    VARIANT *p
);

Retrieves the inline script associated with the ondblclick event on the object.

p
Address of a VARIANT structure to store the script.

See also put_ondblclick

Up Top of Page


IHTMLDocument2::put_ondblclick


HRESULT put_ondblclick(
    VARIANT v
);

Sets the inline script associated with the ondblclick event on the object.

v
VARIANT structure that contains the script.

See also get_ondblclick


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.