CaptureMode Enumeration
.NET Framework (current version)
Specifies the mouse capture policies.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Element | Mouse capture is applied to a single element. Mouse input goes to the captured element. | |
| None | No mouse capture. Mouse input goes to the element under the mouse. | |
| SubTree | Mouse capture is applied to a subtree of elements. If the mouse is over a child of the element with capture, mouse input is sent to the child element. Otherwise, mouse input is sent to the element with mouse capture. |
When CaptureMode is set to Element, mouse capture is applied only to the element which has captured the mouse.
When CaptureMode is set to SubTree, mouse capture is applied to the element that has mouse capture or one of its child elements if the mouse is over the child element.
.NET Framework
Available since 3.0
Available since 3.0
Show: