ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / IDropTarget Interface / CreateDragAdorner Method

In This Topic
    CreateDragAdorner Method (IDropTarget)
    In This Topic
    Allows the creation of a custom drag adorner
    Syntax
    Overridable Function CreateDragAdorner( _
       ByVal template As DataTemplate _
    ) As UIElement
    virtual UIElement CreateDragAdorner( 
       DataTemplate template
    )

    Parameters

    template
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also