IHTMLMarqueeElement::get_directionIHTMLMarqueeElement::get_direction*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLMarqueeElement::put_direction
*Next Topic: IHTMLMarqueeElement::put_behavior

IHTMLMarqueeElement::get_direction


HRESULT get_direction( 
    BSTR *p 
);

Retrieves the current direction in which the text scrolls.

p
Address of a variable that receives the scroll direction. Can be one of these values:
down The marquee scrolls down.
left The marquee scrolls left. This is the default value.
right The marquee scrolls right.
up The marquee scrolls up.

See also put_direction

Up Top of Page


IHTMLMarqueeElement::put_direction


HRESULT put_direction(
    BSTR v 
);

Sets the direction in which the text scrolls.

v
String specifying the scroll direction. Can be one of these values:
down The marquee scrolls down.
left The marquee scrolls left. This is the default value.
right The marquee scrolls right.
up The marquee scrolls up.

See also get_direction


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.