ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / SetIsDragSource Method
The UI element
Flag indicating whether the target is a drag source or not.

In This Topic
    SetIsDragSource Method
    In This Topic
    Establishes the target element as a drag source or not.
    Syntax
    public static void SetIsDragSource( 
       UIElement target,
       bool value
    )
    Public Shared Sub SetIsDragSource( _
       ByVal target As UIElement, _
       ByVal value As Boolean _
    ) 

    Parameters

    target
    The UI element
    value
    Flag indicating whether the target is a drag source or not.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also