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.
- Returns S_OK if successful, or an error value otherwise.
- 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
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.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.