Version

GridBagLayoutDragStrategy Class Members

The following tables list the members exposed by GridBagLayoutDragStrategy.

Public Constructors
 NameDescription
Public ConstructorGridBagLayoutDragStrategy ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyGridBagLayoutDragManagerReturns the GridBagLayoutDragManager which was passed in to the constructor.  
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 MethodDragEndCalled when the Drag ends  
Public MethodDragMoveCalled whenever a DragMove takes place on the source control  
Public MethodDragSpanEndCalled when a DragSpan operation ends.  
Public MethodDragSpanMoveCalled when the mouse moves during a Span Resize drag  
Public MethodDragSpanStartOverloaded. Called to begin a Span Resize drag  
Public MethodDragStartOverloaded. Called by the control to begin the Drag of a header for the purposes of repositioning it.  
Public Methodstatic (Shared in Visual Basic)EnsureItemDoesntOverlapFor Internal Use Only. Shifts all the items to the right and below as necessary to ensure that the layoutItem doesn't overlap with any layoutItems to the right or below it.  
Public Methodstatic (Shared in Visual Basic)GetBoundingRectReturns a bounding Rectangle that encompasses all the UIElements in the array.  
Public Methodstatic (Shared in Visual Basic)GetDropLocationFor Infragistics internal use only.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodHideDragIndicatorHides the DragIndicator. This lets the control explicity hide the indicator. This is useful if, for example, the control wants to handle the dragging differently over certain parts of itself.  
Public MethodHideDropIndicatorHides the DropIndicator. This lets the control explicity hide the indicator. This is useful if, for example, the control wants to handle the dragging differently over certain parts of itself.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)PackLayoutOverloaded. For Internal Use Only. Removes any columns and rows from the grid-bag that do not have any items. In other words, if there isn't any item that is on or goes through a row or a column, then the originX's and originY's of the items will be adjusted to get rid of such a column or a row.  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Clean up any resources  
See Also