Contents Index Topic Contents | ||
Previous Topic: IHTMLControlElement::put_onblur Next Topic: IHTMLControlElement::put_onfocus |
IHTMLControlElement::get_onblur
HRESULT get_onblur( VARIANT *p );Retrieves the inline script associated with the onblur 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_onblur
IHTMLControlElement::put_onblur
HRESULT put_onblur( VARIANT v );Sets the inline script associated with the onblur event on the control element.
- Returns S_OK if successful, or an error value otherwise.
- v
- VARIANT structure containing the script to set.
See also get_onblur
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.