The following tables list the members exposed by GroupDragOverEventArgs.
Name | Description | |
---|---|---|
GroupDragOverEventArgs Constructor | Constructor |
Name | Description | |
---|---|---|
AllowDrop | Returns/sets whether the UltraExplorerBarGroup can be dropped before/after the TargetGroup. | |
DragCursor | Returns/sets the cursor to be displayed while over the TargetGroup. If set to null a default cursor will be supplied. | |
Group | Returns the UltraExplorerBarGroup associated with the GroupDragOverEventArgs. | |
TargetGroup | Returns the UltraExplorerBarGroup that the UltraExplorerBarGroup will be dropped before or after. | |
TargetGroupRelativePosition | Returns an enumeration that indicates whether the UltraExplorerBarGroup will be dropped before or after the TargetGroup. | |
X | Returns the x-coordinate of the mouse position in screen coordinates. | |
Y | Returns the y-coordinate of the mouse position in screen coordinates. |