Version

GetDropGroup Method

Returns the group into which an item will be dropped relative to this element.
Syntax
'Declaration
 
Function GetDropGroup( _
   ByVal dropLocation As GridBagLayoutDragStrategy.DropLocation _
) As ILayoutGroup

Parameters

dropLocation
Remarks
This methods takes a DropLocation and determines what group an item dropped at that location should be dropped into. If the item is a content, then the group is the parent group of that content. If the item is a group header, then the item may be dropped inside the group or into it's parent, depending on the DropLocation relative to the position of the header. For example, if the group header is on top, dropping an item on the bottom of the header should place that item inside the group while dropping the item to the left, right, or top of the header should place the item as a sibling of the group.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also