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: