Version

DragDropIndicatorManager Class Members

The following tables list the members exposed by DragDropIndicatorManager.

Public Constructors
 NameDescription
Public ConstructorDragDropIndicatorManager ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDragIndicatorOffsetAmount that the drag indicator should be offset from the mouse location when displayed  
Public PropertyDragIndicatorRectangleReturns the current location of the indicator in screen coordinates  
Public PropertyDropIndicatorArrowSizeDetermines the size of drop indicator arrows  
Public PropertyDropIndicatorOrientationOrientation of the drop indicator  
Public PropertyDropIndicatorRectangleReturns the current location of the indicator in screen coordinates  
Public PropertyDropIndicatorShapeDetermines the size of drop indicator arrows  
Public PropertyDropSourceRoot control that the drag operation will be over  
Public PropertyIsDragIndicatorVisibleIndicates if the drag indicator is currently visible  
Public PropertyIsDropIndicatorVisibleIndicates if the drop indicator is currently visible  
Protected Properties
 NameDescription
Protected PropertyDragIndicatorReturns the managed DragIndicatorControl  
Protected PropertyDropIndicatorReturns the managed DropIndicatorControl  
Public Methods
 NameDescription
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 MethodHideDragIndicatorHides the drag indicator  
Public MethodHideDropIndicatorHides the drop indicator  
Public MethodInitializeDragIndicatorOverloaded. Initializes the DragIndicatorControl with the specified element  
Public MethodInitializeDropIndicatorOverloaded. Initializes the DropIndicatorControl with the specified brush  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodShowDragIndicatorOverloaded. Positions and displays the drag indicator based on the specified screen location  
Public MethodShowDropIndicatorOverloaded. Positions and displays the drop indicator based on the specified drop rect in screen coordinates  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodCreateDragIndicatorControlCreates a new DragIndicatorControl  
Protected MethodCreateDropIndicatorControlCreates a new DropIndicatorControl  
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Invoked when the object is disposed and should released any resources used by the class.  
See Also