IHTMLWindow2::get_onresizeIHTMLWindow2::get_onresize*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLWindow2::get_onload
*Next Topic: IHTMLWindow2::get_onscroll

IHTMLWindow2::get_onresize


HRESULT get_onresize( 
    VARIANT *p 
);

Retrieves the inline script that is executed when the object is resized.

p
Address of a VARIANT structure that contains the script.

See also put_onresize

Up Top of Page


IHTMLWindow2::put_onresize


HRESULT put_onresize(
    VARIANT v 
);

Specifies code to execute whenever the window is resized.

v
VARIANT structure that contains the script to be set.

See also get_onresize


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