This interface is used to specify a MARQUEE element.
IHTMLMarqueeElement Methods
get_behavior Retrieves how the text scrolls in the MARQUEE. get_bgColor Retrieves the backgroundColor behind the element. get_direction Retrieves the current direction in which the text scrolls. get_height Retrieves the calculated height of the element, in pixels. get_hspace Retrieves the horizontal margins of the element, in pixels. get_loop Retrieves the number of times the MARQUEE will loop. get_onbounce Retrieves a pointer to the event handler function associated with the onbounce event on the MARQUEE element. get_onfinish Retrieves a pointer to the event handler function associated with the onfinish event on the MARQUEE element. get_onstart Retrieves a pointer to the event handler function associated with the onstart event on the MARQUEE element. get_scrollAmount Retrieves the number of pixels the text scrolls between each subsequent drawing of the MARQUEE. get_scrollDelay Retrieves the speed, in milliseconds, at which the MARQUEE scrolls. get_trueSpeed Retrieves the value that indicates whether the position of the marquee is calculated using the scrollDelay and scrollAmount properties, and the actual time elapsed from the last clock tick. get_vspace Retrieves the vertical margins of the element, in pixels. get_width Retrieves the calculated width of the element, in pixels. put_behavior Sets how the text scrolls in the MARQUEE. put_bgColor Sets the backgroundColor behind the element. put_direction Sets the direction in which the text scrolls. put_height Sets the calculated height of the element, in pixels. put_hspace Sets the horizontal margins of the element, in pixels. put_loop Sets the number of times the MARQUEE should loop. put_onbounce Sets a pointer to the event handler function associated with the onbounce event on the MARQUEE element. put_onfinish Sets a pointer to the event handler function associated with the onfinish event on the MARQUEE element. put_onstart Sets a pointer to the event handler function associated with the onstart event on the MARQUEE element. put_scrollAmount Sets the number of pixels the text scrolls between each subsequent drawing of the MARQUEE. put_scrollDelay Sets the speed, in milliseconds, at which the MARQUEE scrolls. put_trueSpeed Sets the value that indicates whether the position of the marquee is calculated using the scrollDelay and scrollAmount properties, and the actual time elapsed from the last clock tick. put_vspace Sets the vertical margins of the element, in pixels. put_width Sets the calculated width of the element, in pixels. start Begins scrolling the marquee. stop Stops scrolling the marquee.
Interface Information
Implementation System (Mshtml.dll) Inherits from IDispatch Header and IDL files Mshtml.h, Mshtml.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
Remarks
The MARQUEE element enables you to create a scrolling text marquee and control its content.