The following tables list the members exposed by MdiTabDragOverEventArgs.
| Name | Description | |
|---|---|---|
![]()  | MdiTabDragOverEventArgs Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | AllowDrop | Returns or sets whether the Tab may be dropped at this location | 
![]()  | DragCursor | Returns or sets the System.Windows.Forms.Cursor to display at this location. Leave this set to null to show the default cursor. | 
![]()  | DropAction | Returns the action that will be taken if the mouse is released at this location. | 
![]()  | Orientation | Returns the orientation of the new group. | 
![]()  | Point | Returns the location of the mouse, in screen coordinates, that is being processed. | 
![]()  | RelativePosition | Returns the position of the new group with respect to the TabGroup. | 
![]()  | Tab | Returns the MdiTab being dragged | 
![]()  | TabGroup | Returns the MdiTabGroup that the Tab is being dragged over or null if the mouse is not over a TabGroup |