Contents Index Topic Contents | ||
Previous Topic: IHTMLMarqueeElement::put_scrollAmount Next Topic: IHTMLMarqueeElement::put_loop |
IHTMLMarqueeElement::get_scrollAmount
HRESULT get_scrollAmount( long *p );Retrieves the number of pixels the text scrolls between each subsequent drawing of the MARQUEE.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the number of pixels.
See also put_scrollAmount
IHTMLMarqueeElement::put_scrollAmount
HRESULT put_scrollAmount( long v );Sets the number of pixels the text scrolls between each subsequent drawing of the MARQUEE.
- Returns S_OK if successful, or an error value otherwise.
- v
- Value specifying the number of pixels.
See also get_scrollAmount
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.