ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / SetSkipSelection Method
Target
True then drag operation does not change selection

In This Topic
    SetSkipSelection Method
    In This Topic
    If set to true, drag operation does not change selection
    Syntax
    Public Shared Sub SetSkipSelection( _
       ByVal obj As DependencyObject, _
       ByVal value As Boolean _
    ) 
    public static void SetSkipSelection( 
       DependencyObject obj,
       bool value
    )

    Parameters

    obj
    Target
    value
    True then drag operation does not change selection
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also