The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DragAction Enumeration
.NET Framework (current version)
Specifies how and if a drag-and-drop operation should continue.
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Cancel | The operation is canceled with no drop message. | |
| Continue | The operation will continue. | |
| Drop | The operation will stop with a drop. |
This enumeration is used by the QueryContinueDragEventArgs class.
.NET Framework
Available since 3.0
Available since 3.0
Show: