In This Topic
For a list of all members of this type, see NMouse members.
Public Methods
| Name | Description |
| CanCaptureWindowPeer | Determines whether the specified target window peer can capture the mouse. This method should be called by all implementations of INInputTarget.CanCapture(), after target specific condition checks (such as Enabled, AllowCapture etc.) |
| CanRequestCursor | Determines whether a cursor can be requested. |
| CanRequestTooltip | Determines whether a tooltip can be requested |
| Capture | Captures the mouse to the specified input target. This method should be called by all implementations of INInputTarget.CaptureMouse(). Any subsequent mouse events send to the DOM for processing will first be processed by the capture target. |
| CommitCursorRequests | Applies the first valid requested cursor to the specified window |
| CommitTooltipRequest | Applies the first valid requested cursor to the specified window |
| IsCaptured | Returns the value of the CapturedPropertyEx extended property for the specified node. |
| IsCaptureWithin | Returns the value of the CaptureWithinPropertyEx extended property for the specified node. |
| IsDirectlyOver | Returns the value of the DirectlyOverPropertyEx extended property for the specified node. |
| IsMouseActionEvent | Checks whether the specified event is a mouse action event (Move, Down, Up, Wheel). |
| IsMouseCaptureEvent | Checks whether the specified event is a mouse capture event (GotCapture, LostCapture, CaptureIn, CaptureOut) |
| IsMouseTargetEvent | Checks whether the specified event is a mouse target notification event (EnterEvent, LeaveEvent, InEvent, OutEvent) |
| IsOver | Returns the value of the OverPropertyEx extended property for the specified node. |
| ReleaseCapture | Releases the mouse capture, if the specified input target holds the capture. Any subsequent mouse events send to the DOM for processing will first be processed by the top-most input target below the mouse cursor. |
| RequestCursor | Requests a cursor for the specified target |
| RequestTooltip | Requests a tooltip for the specified target |
| StartCursorRequests | Called before each request cursors session. |
| StartTooltipRequests | Called before each request tooltips session. |
| TryGetLocalPosition | Tries to get the position of the mouse in the specified element coordinate system. |
Top
Protected Methods
See Also