Version 24.2 (latest)

DragDropManager Class Methods

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)EndDragEnds drag operation if there is drag operation in progress.  
Public Methodstatic (Shared in Visual Basic)GetDragSourceGets the value of the DragSourceProperty attached property from a given System.Windows.DependencyObject.  
Public Methodstatic (Shared in Visual Basic)GetDropTargetGets the value of the DropTargetProperty attached property from a given System.Windows.DependencyObject.  
Public Methodstatic (Shared in Visual Basic)GetDropTargetsGets the drop targets with the specified channels match.  
Public Methodstatic (Shared in Visual Basic)RefreshDragLayoutEnsure that dragged item is on the top of layout. User can use this method to set dragged item as top most popup if there are other popups that are created after drag is already initiated.  
Public Methodstatic (Shared in Visual Basic)SetDragSourceSets value for DragSourceProperty attached property to a given System.Windows.DependencyObject.  
Public Methodstatic (Shared in Visual Basic)SetDropTargetSets value for DropTargetProperty attached property to a given System.Windows.DependencyObject.  
Protected Methods
See Also