Version

SetIncludeInLayout Method (UltraGridBagLayoutPanel)

Determines whether the control's position should be adjusted by the layout manager.
Syntax
'Declaration
 
Public Sub SetIncludeInLayout( _
   ByVal control As Control, _
   ByVal includeInLayout As Boolean _
) 
public void SetIncludeInLayout( 
   Control control,
   bool includeInLayout
)

Parameters

control
Control managed by the component
includeInLayout
True if the control's position should be managed by the component; otherwise false.
Remarks

The IncludeInLayout is used to determine whether the component should arrange the specified control when it arranges the controls in the System.Windows.Forms.ContainerControl.

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