Version

AllowNestedTabGroups Property

Returns or sets whether the end user may create nested groups.
Syntax
'Declaration
 
Public Property AllowNestedTabGroups As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean AllowNestedTabGroups {get; set;}
Remarks

By default, AllowNestedTabGroups resolves to false. When this property resolves to true, the end user may drag tabs (depending upon their AllowDrag) to create nested tab groups. A nested tab group is an MdiTabGroup that contains MdiTabGroups instead of directly containing MdiTab instances. Nested tab groups allow for more control over the layout of the tabs.

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