IHTMLMarqueeElement::get_onbounceIHTMLMarqueeElement::get_onbounce*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMarqueeElement::put_onbounce
*Next Topic: IHTMLMarqueeElement::put_width

IHTMLMarqueeElement::get_onbounce


HRESULT get_onbounce(
    VARIANT *p 
);

Retrieves the inline script associated with the onbounce event on the MARQUEE element. This event is fired when the behavior property of the MARQUEE element is set to "alternate", and the content of the marquee reaches the specified side.

p
Address of a VARIANT structure that contains the script to be set.

For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.

See also put_onbounce

Up Top of Page


IHTMLMarqueeElement::put_onbounce


HRESULT put_onbounce(
    VARIANT v 
);

Sets the inline script associated with the onbounce event on the MARQUEE element. This event is fired when the behavior property of the MARQUEE element is set to "alternate", and the content of the marquee reaches the specified side.

v
VARIANT structure that contains the script to be set.

For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.

See also get_onbounce


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