ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class / GetSkipSelection Method
Target

In This Topic
    GetSkipSelection Method
    In This Topic
    Return true if selection process is skipped
    Syntax
    public static bool GetSkipSelection( 
       DependencyObject obj
    )
    Public Shared Function GetSkipSelection( _
       ByVal obj As DependencyObject _
    ) As Boolean

    Parameters

    obj
    Target

    Return Value

    true if selection process is skipped
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also