Version

IGridBagConstraint Interface

Interface for providing constraints to the grid-bag layout manager.
Syntax
'Declaration
 
Public Interface IGridBagConstraint 
public interface IGridBagConstraint 
Remarks
IGridBagConstraint interface is used to provide constraints of an item to the GridBagLayoutManager. GridBagConstraint class implements this interface so typically there is no need for you to implement this interface as you can use the GridBagConstraint objects directly to provide item constraints to the grid-bag layout manager.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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