Version

MdiTabDragOverEventArgs Class Members

The following tables list the members exposed by MdiTabDragOverEventArgs.

Public Constructors
 NameDescription
Public ConstructorMdiTabDragOverEventArgs ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAllowDropReturns or sets whether the Tab may be dropped at this location  
Public PropertyDragCursorReturns or sets the System.Windows.Forms.Cursor to display at this location. Leave this set to null to show the default cursor.  
Public PropertyDropActionReturns the action that will be taken if the mouse is released at this location.  
Public PropertyOrientationReturns the orientation of the new group.  
Public PropertyPointReturns the location of the mouse, in screen coordinates, that is being processed.  
Public PropertyRelativePositionReturns the position of the new group with respect to the TabGroup.  
Public PropertyTabReturns the MdiTab being dragged  
Public PropertyTabGroupReturns the MdiTabGroup that the Tab is being dragged over or null if the mouse is not over a TabGroup  
See Also