Share via


MarqueeElement.onmouseout Event

SharePoint Designer Developer Reference

Occurs when a user moves the mouse pointer outside the boundaries of a MARQUEE element. .

Syntax

Private Sub expression_onmouseout

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

See Also