IHTMLDocument2::get_onkeydownIHTMLDocument2::get_onkeydown*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDocument2::put_onkeydown
*Next Topic: IHTMLDocument2::put_onkeypress

IHTMLDocument2::get_onkeydown


HRESULT get_onkeydown(
    VARIANT *p
);

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

p
Address of a VARIANT structure to store the script.

See also put_onkeydown

Up Top of Page


IHTMLDocument2::put_onkeydown


HRESULT put_onkeydown(
    VARIANT v
);

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

v
VARIANT structure containing the script to set.

See also get_onkeydown


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