Contents Index Topic Contents | ||
Previous Topic: IHTMLMarqueeElement::put_onstart Next Topic: IHTMLMarqueeElement::put_onbounce |
IHTMLMarqueeElement::get_onstart
HRESULT get_onstart( VARIANT *p );Retrieves the inline script associated with the onstart event on the MARQUEE element. This event is fired when a loop begins, and when a bounce cycle begins for alternate behavior.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a VARIANT structure that contains the script.
For more information on inline script, see Attaching an Event Handler in the Understanding the Event Model documentation.
See also put_onstart
IHTMLMarqueeElement::put_onstart
HRESULT put_onstart( VARIANT v );Sets the inline script associated with the onstart event on the MARQUEE element. This event is fired when a loop begins, and when a bounce cycle begins for alternate behavior.
- 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_onstart
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.