Version

GroupDragOverEventArgs Class Members

The following tables list the members exposed by GroupDragOverEventArgs.

Public Constructors
 NameDescription
Public ConstructorGroupDragOverEventArgs ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAllowDropReturns/sets whether the UltraExplorerBarGroup can be dropped before/after the TargetGroup.  
Public PropertyDragCursorReturns/sets the cursor to be displayed while over the TargetGroup. If set to null a default cursor will be supplied.  
Public PropertyGroupReturns the UltraExplorerBarGroup associated with the GroupDragOverEventArgs.  
Public PropertyTargetGroupReturns the UltraExplorerBarGroup that the UltraExplorerBarGroup will be dropped before or after.  
Public PropertyTargetGroupRelativePositionReturns an enumeration that indicates whether the UltraExplorerBarGroup will be dropped before or after the TargetGroup.  
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