public enum ENDragDropEffects : System.Enum
public enum ENDragDropEffects : System.Enum
Member | Description |
---|---|
All | All effects are possible |
Copy | The data from the drag source is copied to the drop target. |
Link | The data from the drag source is linked to the drop target. |
Move | The data from the drag source is moved to the drop target. |
None | The drop target does not accept the data. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENDragDropEffects
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)