Version

MaxTabGroups Property

Returns or sets the maximum number of MdiTabGroup instances that may be created.
Syntax
'Declaration
 
Public Property MaxTabGroups As Integer
public int MaxTabGroups {get; set;}
Remarks

The MaxTabGroups determines the maximum number of MdiTabGroup objects that contain MdiTab object can be created.

Note: This limitation is imposed both programatically and via the ui. In other words, the options to move a tab to a "New Horizontal Tab Group" or "New Vertical Tab Group" will not be included in the context menu if there are already the MaxTabGroups number of MdiTabGroup objects (in the TabGroups collection or within the TabGroups of nested MdiTabGroups) with MdiTab objects in their Tabs collection. Also, an exception will be raised if an attempt to programmatically move a tab to a new tab group (e.g. MoveToNewGroup(MdiTab)) is made.

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