IHTMLElement::get_onkeydownIHTMLElement::get_onkeydown*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLElement::put_onkeydown
*Next Topic: IHTMLElement::put_onkeyup

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


IHTMLElement::put_onkeydown


HRESULT put_onkeydown(
    VARIANT v
);

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

v
VARIANT structure that contains the script to set.

See also get_onkeydown


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