ArcGIS Pro 2.8 API Reference Guide
SetIsDropTarget Method

ArcGIS.Desktop.Framework.DragDrop Namespace > DragDrop Class : SetIsDropTarget Method
The UI element.
Establishes a UI element as a drop target.
Syntax
public static void SetIsDropTarget( 
   UIElement target,
   bool value
)
Public Shared Sub SetIsDropTarget( _
   ByVal target As UIElement, _
   ByVal value As Boolean _
) 

Parameters

target
The UI element.
value
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DragDrop Class
DragDrop Members