ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / GetIsDropTarget Method
The UI element.

In This Topic
    GetIsDropTarget Method
    In This Topic
    Returns true if the UI element is a drop target.
    Syntax
    public static bool GetIsDropTarget( 
       UIElement target
    )
    Public Shared Function GetIsDropTarget( _
       ByVal target As UIElement _
    ) As Boolean

    Parameters

    target
    The UI element.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also