Version

TabDragManager Class Members

The following tables list the members exposed by TabDragManager.

Public Constructors
 NameDescription
Public ConstructorTabDragManager ConstructorInitializes a new TabDragManager  
Public Properties
 NameDescription
Public PropertyCancelOnEscapeIndicates if the drag operation may be cancelled when the user presses the escape key.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyIsDraggingIndicates if there is a drag operation in progress  
Public PropertyTabReturns the ITabItem being dragged  
Public PropertyTabManagerReturns the owning TabManager  
Protected Properties
 NameDescription
Protected PropertyDragSourceControlReturns the control whose element started the drag operation.  
Protected PropertyHasScrollTimerIndicates if a scroll timer has been created.  
Protected PropertyIndicatorManagerReturns the indicator manager used to manage the indicator positions during a drag operation.  
Protected PropertyScrollTimerReturns the timer used to detect whether we should scroll the tabs  
Public Methods
 NameDescription
Public MethodCancelDragInvoked if the drag operation was cancelled.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodProcessDropInvoked during a drag operation when the mouse button has been released.  
Public MethodProcessMouseMoveInvoked during a drag operation as the mouse is repositioned  
Public MethodStartDragInvoked when a drag operation should begin  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDragEndedInvoked when the drag has ended so resources can be released.  
Protected MethodInitiateDragInvoked during the StartDrag when a drag should be initiated.  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed so that it may release any resources.  
Protected MethodOnScrollTimerTickInvoked when the interval has elapsed for the scroll timer  
See Also