ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DragDrop Class
Fields Methods Events


In This Topic
    DragDrop Class Members
    In This Topic

    The following tables list the members exposed by DragDrop.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) Identifies the DragAdornerTemplate attached property.  
    Public Fieldstatic (Shared in Visual Basic) Identifies the DragHandler attached property.  
    Public Fieldstatic (Shared in Visual Basic) Identifies the DropHandler attached property.  
    Public Fieldstatic (Shared in Visual Basic) Identifies the IsDragSource attached property.  
    Public Fieldstatic (Shared in Visual Basic) Identifies the IsDropTarget attached property.  
    Public Fieldstatic (Shared in Visual Basic) Identifies the SkipSelection attached property  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Gets the drag adorner for the specified UI element.  
    Public Methodstatic (Shared in Visual Basic) Returns the drag handler associated with the specified UI element.  
    Public Methodstatic (Shared in Visual Basic) Returns true if the target is a drag source.  
    Public Methodstatic (Shared in Visual Basic) Returns true if the UI element is a drop target.  
    Public Methodstatic (Shared in Visual Basic) Return true if selection process is skipped  
    Public Methodstatic (Shared in Visual Basic) Sets the drag adorner for the specified UI element.  
    Public Methodstatic (Shared in Visual Basic) Connects a drag handler with a UI element.  
    Public Methodstatic (Shared in Visual Basic) Connects a drop handler with a UI element.  
    Public Methodstatic (Shared in Visual Basic) Establishes the target element as a drag source or not.  
    Public Methodstatic (Shared in Visual Basic) Establishes a UI element as a drop target.  
    Public Methodstatic (Shared in Visual Basic) If set to true, drag operation does not change selection  
    Top
    Public Events
     NameDescription
    Public Event DragInfoChanged event  
    Top
    See Also