The following tables list the members exposed by ItemDragOverEventArgs.
Name | Description | |
---|---|---|
![]() | ItemDragOverEventArgs Constructor | Constructor |
Name | Description | |
---|---|---|
![]() | AllowDrop | Returns/sets whether the UltraExplorerBarItem can be dropped in the TargetGroup. |
![]() | DragAction | Returns/sets whether a drop of the UltraExplorerBarItem should result in a move or copy of the UltraExplorerBarItem. |
![]() | DragCursor | Returns/sets the cursor to be displayed while over the TargetGroup. If set to null a default cursor will be supplied. |
![]() | Item | Returns the UltraExplorerBarItem associated with the ItemDragOverEventArgs. |
![]() | TargetGroup | Returns the UltraExplorerBarGroup that the UltraExplorerBarItem will be dropped on. |
![]() | X | Returns the x-coordinate of the mouse position in screen coordinates. |
![]() | Y | Returns the y-coordinate of the mouse position in screen coordinates. |