Version

GridBagLayoutDragManager Class Members

The following tables list the members exposed by GridBagLayoutDragManager.

Public Constructors
 NameDescription
Public ConstructorGridBagLayoutDragManager ConstructorOverloaded.   
Protected Properties
 NameDescription
Protected PropertyDragTypeFor Internal Use Only  
Protected PropertyUIElementFor Internal Use Only  
Public Methods
 NameDescription
Public MethodGetDragElementsOverloaded. Gets the UIElements which will be drawn on the dragIndicator.  
Public Methodstatic (Shared in Visual Basic)GetMouseOffSetReturns a point describing the distance between the mouse and the upper left corner of the image. As the drag takes place, the DragWindow will be positioned relative to the mouse based on this value.  
Protected Methods
 NameDescription
Protected MethodGetContainerElementTypeReturns the type of UIElement that contains the layout.  
Protected MethodGetLayoutItemDimensionsFor internal use. Returns dimensions of layout items. It contains entries for only the visible items.  
Protected MethodGetResolvedGCsReturns resolved GridBagConstraint objects for visible columns as a hashtable where the keys are the visible columns and the values are the GridBagConstraint objects.  
Protected MethodShouldAllowParentGroupChangeGets the value which indicates whether the parent group of the specified item can be changed.  
See Also