Version

TabDragManager Class Methods

For a list of all members of this type, see TabDragManager members.

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