IHTMLElement::get_ondblclickIHTMLElement::get_ondblclick*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLElement::put_ondblclick
*Next Topic: IHTMLElement::put_onkeydown

IHTMLElement::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


IHTMLElement::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.