Share via


MarqueeElement.onmousemove Event

SharePoint Designer Developer Reference

Occurs when the user moves the mouse pointer over a MARQUEE element.

Syntax

Private Sub expression_onmousemove

expression   Required. A variable that represents a MarqueeElement object that has been declared by using the WithEvents keyword in a class module.

See Also