behavior property
Sets or retrieves how the text scrolls in the marquee.
Syntax
HRESULT value = object.put_behavior( v);HRESULT value = object.get_behavior(* p);
Property values
Type: BSTR
-
Default. Marquee scrolls in the direction specified by the IHTMLMarqueeElement::direction property. The text scrolls off the end and starts over.
-
Marquee scroll direction reverses when its content reaches the edge of the container.
-
Marquee scrolls in the direction specified by the IHTMLMarqueeElement::direction property. The text scrolls to the end and stops.
See also
Show: