ArcGIS Pro 2.8 API Reference Guide
SetIsDragSource Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : SetIsDragSource Method
The UI element
Flag indicating whether the target is a drag source or not.
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 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members