ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.DragDrop Namespace / DropInfo Class
Fields Properties


In This Topic
    DropInfo Class Members
    In This Topic

    The following tables list the members exposed by DropInfo.

    Public Fields
     NameDescription
    Public Field A list collection of the drop items.  
    Top
    Public Properties
     NameDescription
    Public Property Gets the drag data.  
    Public Property Gets arguments relevant to all drag-and-drop events.  
    Public PropertyGets a DragInfo object holding information about the source of the drag, if the drag came from within the framework.  
    Public Property Gets or sets the class of drop target to display.  
    Public Property Gets or sets the allowed effects for the drop.  
    Public Property Gets or sets boolean indicating if the drop was handled.  
    Public PropertyGets the current insert position within TargetCollection.  
    Public Property Gets the collection that the target ItemsControl is bound to.  
    Public Property Gets the object that the current drop target is bound to.  
    Public Property Allows drop handlers to specify an alternate target object.  
    Public Property Gets the control that is the current drop target.  
    Public Property Gets the item in an ItemsControl that is the current drop target.  
    Public Property Gets the orientation of the current drop target.  
    Top
    See Also