DragDropEffects Enum

Definition

Specifies the effects of a drag-and-drop operation.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum DragDropEffects
Inheritance
DragDropEffects
Attributes

Fields

Name Value Description
Scroll -2147483648

Scrolling is about to start or is currently occurring in the drop target.

All -2147483645

The data is copied, removed from the drag source, and scrolled in the drop target.

None 0

The drop target does not accept the data.

Copy 1

The data is copied to the drop target.

Move 2

The data from the drag source is moved to the drop target.

4

The data from the drag source is linked to the drop target.

Applies to

Prodotto Versioni
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9