The following tables list the members exposed by DragDropManager.
Name | Description | |
---|---|---|
DragDropManager Constructor |
Name | Description | |
---|---|---|
DragSourceProperty | Identifies the DragSourceProperty attached property. | |
DropTargetProperty | Identifies the DropTargetProperty attached property. |
Name | Description | |
---|---|---|
CurrentCopyCursorTemplate | Gets data template that will be used for copy cursor when copy operation is performed. | |
CurrentCursorTemplate | Gets data template that is currently in usage as a mouse cursor. | |
CurrentDragTemplate | Gets data template that will be applied to dragged item when drag-and-drop operation starts. | |
CurrentDropNotAllowedCursorTemplate | Gets data template that will be used for drop operation not allowed cursor if during drag-and-drop operation there is not found appropriate drop target. | |
CurrentMoveCursorTemplate | Gets data template that will be used for move cursor during drag-and-drop operation. | |
DragPopup | Gets the UI element used to display dragged item on the screen. | |
HighlightTargetsOnDragStart | Gets or sets a value indicating whether drop target elements should be highlighted when drag source element with appropriate DragSource.DragChannels is dragged. | |
Instance | Gets the single instance of DragDropManager class | |
IsDragging | Gets a value indicating whether drag-and-drop operation is currently in progress. |
Name | Description | |
---|---|---|
CursorPopup | Gets most top UI element where cursor data templates are applied. |
Name | Description | |
---|---|---|
EndDrag | Ends drag operation if there is drag operation in progress. | |
GetDragSource | Gets the value of the DragSourceProperty attached property from a given System.Windows.DependencyObject. | |
GetDropTarget | Gets the value of the DropTargetProperty attached property from a given System.Windows.DependencyObject. | |
GetDropTargets | Gets the drop targets with the specified channels match. | |
RefreshDragLayout | Ensure 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. | |
SetDragSource | Sets value for DragSourceProperty attached property to a given System.Windows.DependencyObject. | |
SetDropTarget | Sets value for DropTargetProperty attached property to a given System.Windows.DependencyObject. |
Name | Description | |
---|---|---|
RegisterDragSource | ||
RegisterDropTarget | ||
UnregisterDragSource | ||
UnregisterDropTarget |