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.
- Returns S_OK if successful, or an error value otherwise.
- 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
IHTMLMarqueeElement::put_direction
HRESULT put_direction( BSTR v );Sets the direction in which the text scrolls.
- Returns S_OK if successful, or an error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.