IHTMLMarqueeElement::scrollAmount Property

Sets or retrieves the number of pixels the text scrolls between each subsequent drawing of the marquee.

Syntax

HRESULT IHTMLMarqueeElement::get_scrollAmount(long *p);
HRESULT IHTMLMarqueeElement::put_scrollAmount(long v);

Parameters

  • p
    Pointer to a variable of type long that receives the number of pixels.
  • v
    long that specifies the number of pixels.

Return Value

Returns S_OK if successful, or an error value otherwise.