DragDropEffects Enum
Definition
Specifies the effects of a drag-and-drop operation.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
public enum class DragDropEffects
[System.Flags]
public enum DragDropEffects
[<System.Flags>]
type DragDropEffects =
Public Enum DragDropEffects
- Inheritance
- Attributes
Fields
All | -2147483645 | The data is copied, removed from the drag source, and scrolled in the drop target. |
Copy | 1 | The data is copied to the drop target. |
Link | 4 | The data from the drag source is linked to the drop target. |
Move | 2 | The data from the drag source is moved to the drop target. |
None | 0 | The drop target does not accept the data. |
Scroll | -2147483648 | Scrolling is about to start or is currently occurring in the drop target. |