IHTMLControlElement::get_onresizeIHTMLControlElement::get_onresize*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLControlElement::put_onresize
*Next Topic: IHTMLControlElement::blur

IHTMLControlElement::get_onresize


HRESULT get_onresize(
    VARIANT *p
);

Retrieves the inline script associated with the onresize event on the control element.

p
Address of a VARIANT structure to store the script.

See also put_onresize

Up Top of Page


IHTMLControlElement::put_onresize


HRESULT put_onresize(
    VARIANT v
);

Sets the inline script associated with the onresize event on the control element.

v
VARIANT structure containing the script.

See also get_onresize


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