IHTMLMarqueeElement::get_scrollDelayIHTMLMarqueeElement::get_scrollDelay*
*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.

p
Address of a variable that receives the scroll delay, in milliseconds.

See also put_scrollDelay

Up Top of Page


IHTMLMarqueeElement::put_scrollDelay


HRESULT put_scrollDelay(
    long v 
);

Sets the speed at which the MARQUEE scrolls.

v
Value specifying the scroll delay, in milliseconds.

See also get_scrollDelay


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