ArcGIS Pro 2.9 API Reference Guide
Effects Property (DropInfo)

ArcGIS.Desktop.Framework.DragDrop Namespace > DropInfo Class : Effects Property
Gets or sets the allowed effects for the drop.
Syntax
public DragDropEffects Effects {get; set;}
Public Property Effects As DragDropEffects
Remarks
This must be set to a value other than System.Windows.DragDropEffects.None by a drop handler in order for a drop to be possible.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

DropInfo Class
DropInfo Members