Mouse::Captured Property

 

Gets the element that has captured the mouse.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IInputElement^ Captured {
	static IInputElement^ get();
}

Property Value

Type: System.Windows::IInputElement^

The element captured by the mouse.

When an element captures the mouse, it receives mouse input whether or not the cursor is within its borders. The mouse is typically captured in this manner only during drag-and-drop operations, and retains capture until the drop action of the drag-and-drop operation occurs.

The follow example shows how to obtain the element that has mouse capture.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: