FrameElement.onmousemove Property
SharePoint Designer Developer Reference |
Returns or sets a Variant that represents the value of the onmousemove attribute, which is the script that runs when the onmousemove event fires.
Syntax
expression.onmousemove
expression An expression that returns a FrameElement object.
See Also