Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Fires when the user moves the mouse over the object.
![]() |
Syntax
| HTML Attribute | <element onmousemove = "handler(event)"> |
| Event Property | object.onmousemove = handler; |
| attachEvent Method | object.attachEvent("onmousemove", handler) |
| addEventListener Method | object.addEventListener("mousemove", handler, useCapture) |
Event information
| Synchronous | No |
| Bubbles | Yes |
| Cancelable | No |
Event handler parameters
- pEvtObj [in]
Type: IHTMLEventObj
Standards information
- HTML 4.01 Specification, Section 18.2.3
Remarks
If the user presses a mouse button, use the IHTMLEventObj::button property to determine which button was pressed.
Initiates any action associated with this event.
To invoke this event, do one of the following:
- Move the mouse over the document.
See also
Reference
HTMLInputTextElementEvents2::onmousewheel
HTMLInputTextElementEvents2::onmousedown
HTMLInputTextElementEvents2::onmouseout
HTMLInputTextElementEvents2::onmouseover
.png)