'Declaration Public Enum GridBagLayoutAllowMoving Inherits System.Enum
public enum GridBagLayoutAllowMoving : System.Enum
Member | Description |
---|---|
AllowAll | Items in the layout can be moved without Restriction |
AllowOriginXChange | Only allow items in the layout to have their OriginX changed. This means an item is restricted to the same logical column. |
AllowOriginYChange | Only allow items in the layout to have their OriginY changed. This means an item is restricted to the same logical row. |
Default | Default |
None | Do not allow moving items in the Layout |
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