Version

SetResolvedGCs Method

Sets the OriginX, OriginY, SpanX and SpanY of each layout item to respective property values in the GridBagConstraint object.
Syntax
'Declaration
 
Sub SetResolvedGCs( _
   ByVal hash As Hashtable, _
   ByVal newGroup As ILayoutGroup _
) 
void SetResolvedGCs( 
   Hashtable hash,
   ILayoutGroup newGroup
)

Parameters

hash
A hashtable where the keys are the visible ILayoutItems and the values are the GridBagConstraint objects.
newGroup
Indicates the new group into which the item being dragged will be placed. A value of null indicates that grouping is not supported and the group should be ignored.
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