IHTMLMarqueeElement interface
This interface is used to specify a marquee element.
Members
The IHTMLMarqueeElement interface inherits from the IDispatch interface. IHTMLMarqueeElement also has these types of members:
Methods
The IHTMLMarqueeElement interface has these methods.
| Method | Description |
|---|---|
| start |
Starts scrolling the marquee. |
| stop |
Stops the marquee from scrolling. |
Properties
The IHTMLMarqueeElement interface has these properties.
| Property | Description |
|---|---|
|
Sets or retrieves how the text scrolls in the marquee. | |
|
Deprecated. Sets or retrieves the background color behind the object. | |
|
Sets or retrieves the direction in which the text should scroll. | |
|
Sets or retrieves the height of the object. | |
|
Sets or retrieves the horizontal margin for the object. | |
|
Sets or retrieves the number of times a marquee will play. | |
|
Sets or retrieves the number of pixels the text scrolls between each subsequent drawing of the marquee. | |
|
Sets or retrieves the speed of the marquee scroll. | |
|
Sets or retrieves whether the position of the marquee is calculated using the IHTMLMarqueeElement::scrollDelay and IHTMLMarqueeElement::scrollAmount properties and the actual time elapsed from the last clock tick. | |
|
Sets or retrieves the vertical margin for the object. | |
|
Sets or retrieves the width of the object. |
Remarks
The marquee element enables you to create a scrolling text marquee and control its content.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also