scrollAmount property
Sets or retrieves the number of pixels the text scrolls between each subsequent drawing of the marquee.
Syntax
HRESULT value = object.put_scrollAmount( v);HRESULT value = object.get_scrollAmount(* p);
Property values
Type: long
the number of pixels.
Show: