Mouse Class
namespace Noesis | MSDN
Represents the mouse device.
Properties
| Name | Description |
|---|---|
| Captured | Gets the captured mouse element |
| Position | Gets last mouse position |
Dependency Property Reflection Property
Attached Properties
Mouse has no attached properties
Methods
| Name | Description |
|---|---|
| Capture(element, mode) | Tries to capture the mouse for the specified element |
| DirectlyOverChanged() | Occurs when the element returned in a hit test corresponding to the position of the mouse pointer changes |
| GetButtonState(button) | Gets the state of any mouse button |
| ResetState() | Resets mouse state |
Events
Mouse has no events
Table of Contents