Version

SetConstraintsOfDragItem Method

Sets the Consraint information on the item being dropped.
Syntax
'Declaration
 
Sub SetConstraintsOfDragItem( _
   ByVal newConstraint As GridBagConstraint _
) 
void SetConstraintsOfDragItem( 
   GridBagConstraint newConstraint
)

Parameters

newConstraint
A GridBagConstraint with the new settings to apply to the item being dragged
Remarks
This is called when an item is dropped onto a hole in the layout.
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