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


In This Topic
    DropInfo Class Properties
    In This Topic

    For a list of all members of this type, see DropInfo members.

    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