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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure to store the script.
See also put_onresize
IHTMLControlElement::put_onresize
HRESULT put_onresize( VARIANT v );Sets the inline script associated with the onresize event on the control element.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing the script.
See also get_onresize
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.