Contents Index Topic Contents | ||
Previous Topic: IHTMLMarqueeElement::put_scrollDelay Next Topic: IHTMLMarqueeElement::put_direction |
IHTMLMarqueeElement::get_scrollDelay
HRESULT get_scrollDelay( long *p );Retrieves the speed at which the MARQUEE scrolls.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the scroll delay, in milliseconds.
See also put_scrollDelay
IHTMLMarqueeElement::put_scrollDelay
HRESULT put_scrollDelay( long v );Sets the speed at which the MARQUEE scrolls.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the scroll delay, in milliseconds.
See also get_scrollDelay
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.