Click to return to the Reusing Browser Technology home page    
IHTMLMarqueeElement::get_...     IHTMLMarqueeElement::get_...     IHTMLMarqueeElement Inter...    
Web Workshop  |  Reusing Browser Technology

IHTMLMarqueeElement::get_loop Method


Retrieves the number of times the MARQUEE will loop.

Syntax

HRESULT get_loop(
    long *p 
);

Parameters

p
Address of a long variable that receives the number of times to loop. This parameter receives -1 if the marquee is set to loop continuously.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

For descriptions of how the loop works for some boundary cases, see the loop property.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0

IHTMLMarqueeElement::put_loop Method


Sets the number of times the MARQUEE should loop.

Syntax

HRESULT put_loop(
    long v 
);

Parameters

v
Long value that specifies the number of times to loop. If this parameter is -1 (infinite), the marquee will loop continuously.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

For descriptions of how the loop works for some boundary cases, see the loop property.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.