🔹 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(UIElement*, CaptureMode) | 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(MouseButton) | Gets the state of any mouse button |
| ◆ ResetState() | Resets mouse state |
Events
Mouse has no events
📍 On this page