IHTMLControlElement::get_onblurIHTMLControlElement::get_onblur*
*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.

p
Address of a VARIANT structure to store the script.

See also put_onblur

Up Top of Page


IHTMLControlElement::put_onblur


HRESULT put_onblur(
    VARIANT v
);

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

v
VARIANT structure containing the script to set.

See also get_onblur


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