Version

ItemDragOverEventArgs Class Members

The following tables list the members exposed by ItemDragOverEventArgs.

Public Constructors
 NameDescription
Public ConstructorItemDragOverEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAllowDropReturns/sets whether the UltraExplorerBarItem can be dropped in the TargetGroup.  
Public PropertyDragActionReturns/sets whether a drop of the UltraExplorerBarItem should result in a move or copy of the UltraExplorerBarItem.  
Public PropertyDragCursorReturns/sets the cursor to be displayed while over the TargetGroup. If set to null a default cursor will be supplied.  
Public PropertyItemReturns the UltraExplorerBarItem associated with the ItemDragOverEventArgs.  
Public PropertyTargetGroupReturns the UltraExplorerBarGroup that the UltraExplorerBarItem will be dropped on.  
Public PropertyXReturns the x-coordinate of the mouse position in screen coordinates.  
Public PropertyYReturns the y-coordinate of the mouse position in screen coordinates.  
See Also