direction property
[This documentation is preliminary and is subject to change.]
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.
Build date: 6/12/2012
Community Additions
Show: