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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the script.
See also put_onresize
IHTMLWindow2::put_onresize
HRESULT put_onresize( VARIANT v );Specifies code to execute whenever the window is resized.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure that contains the script to be set.
See also get_onresize
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.