This documentation is archived and is not being maintained.
direction property
Sets or retrieves the direction in which the text should scroll.
Syntax
HRESULT value = object.put_direction(BSTR v);HRESULT value = object.get_direction(BSTR* p);
Property values
Type: BSTR
left
-
Default. Marquee scrolls left.
right
-
Marquee scrolls right.
down
-
Marquee scrolls down.
up
-
Marquee scrolls up.