ArcGIS Pro 2.7 API Reference Guide
GetIsDragSource Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : GetIsDragSource Method
The UI element.
Returns true if the target is a drag source.
Syntax
public static bool GetIsDragSource( 
   UIElement target
)
Public Shared Function GetIsDragSource( _
   ByVal target As UIElement _
) As Boolean

Parameters

target
The UI element.

Return Value

A bool indicating whether the target is a drag source or not.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members