LabelElement.onmouseover Event

SharePoint Designer Developer Reference

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

Syntax

Private Sub expression_onmouseover

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

See Also