Version 24.2 (latest)

DragDropManager Class Properties

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

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)CurrentCopyCursorTemplateGets data template that will be used for copy cursor when copy operation is performed.  
Public Propertystatic (Shared in Visual Basic)CurrentCursorTemplateGets data template that is currently in usage as a mouse cursor.  
Public Propertystatic (Shared in Visual Basic)CurrentDragTemplateGets data template that will be applied to dragged item when drag-and-drop operation starts.  
Public Propertystatic (Shared in Visual Basic)CurrentDropNotAllowedCursorTemplateGets 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.  
Public Propertystatic (Shared in Visual Basic)CurrentMoveCursorTemplateGets data template that will be used for move cursor during drag-and-drop operation.  
Public Propertystatic (Shared in Visual Basic)DragPopupGets the UI element used to display dragged item on the screen.  
Public Propertystatic (Shared in Visual Basic)HighlightTargetsOnDragStartGets or sets a value indicating whether drop target elements should be highlighted when drag source element with appropriate DragSource.DragChannels is dragged.  
Public Propertystatic (Shared in Visual Basic)InstanceGets the single instance of DragDropManager class  
Public Propertystatic (Shared in Visual Basic)IsDraggingGets a value indicating whether drag-and-drop operation is currently in progress.  
Protected Properties
 NameDescription
Protected Propertystatic (Shared in Visual Basic)CursorPopupGets most top UI element where cursor data templates are applied.  
See Also