ArcGIS Pro 3.2 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 static void SetSkipSelection( 
       DependencyObject obj,
       bool value
    )
    Public Shared Sub SetSkipSelection( _
       ByVal obj As DependencyObject, _
       ByVal value As Boolean _
    ) 

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also