Window.DragMove Method ()
.NET Framework (current version)
Allows a window to be dragged by a mouse with its left button down over an exposed area of the window's client area.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The left mouse button is not down. |
The left mouse button must be down when DragMove is called. One way to detect when the left mouse button is pressed is to handle the MouseLeftButtonDown event.
When DragMove is called, the left mouse button must be depressed over an exposed area of the window's client area.
Note |
|---|
This method cannot be called when a window is hosted in a browser. |
The following example shows how to override OnMouseLeftButtonDown to call DragMove.
UIPermission
for permission to drag a window. Associated enumeration: AllWindows
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Available since 3.0
Silverlight
Available since 4.0
Show:
