The following tables list the members exposed by TabDragManager.
Name | Description | |
---|---|---|
TabDragManager Constructor | Initializes a new TabDragManager |
Name | Description | |
---|---|---|
CancelOnEscape | Indicates if the drag operation may be cancelled when the user presses the escape key. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
IsDragging | Indicates if there is a drag operation in progress | |
Tab | Returns the ITabItem being dragged | |
TabManager | Returns the owning TabManager |
Name | Description | |
---|---|---|
DragSourceControl | Returns the control whose element started the drag operation. | |
HasScrollTimer | Indicates if a scroll timer has been created. | |
IndicatorManager | Returns the indicator manager used to manage the indicator positions during a drag operation. | |
ScrollTimer | Returns the timer used to detect whether we should scroll the tabs |
Name | Description | |
---|---|---|
CancelDrag | Invoked if the drag operation was cancelled. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ProcessDrop | Invoked during a drag operation when the mouse button has been released. | |
ProcessMouseMove | Invoked during a drag operation as the mouse is repositioned | |
StartDrag | Invoked when a drag operation should begin | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DragEnded | Invoked when the drag has ended so resources can be released. | |
InitiateDrag | Invoked during the StartDrag when a drag should be initiated. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. Invoked when the object is disposed so that it may release any resources. | |
OnScrollTimerTick | Invoked when the interval has elapsed for the scroll timer |