ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DropInfo Class / Effects Property

In This Topic
    Effects Property (DropInfo)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also