IHTMLMarqueeElement::get_scrollAmountIHTMLMarqueeElement::get_scrollAmount*
*



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.

p
Address of a variable that receives the number of pixels.

See also put_scrollAmount

Up Top of Page


IHTMLMarqueeElement::put_scrollAmount


HRESULT put_scrollAmount(
    long v 
);

Sets the number of pixels the text scrolls between each subsequent drawing of the MARQUEE.

v
Value specifying the number of pixels.

See also get_scrollAmount


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