Version

MdiTabGroup Class

Class representing a group of MdiTab objects in an UltraTabbedMdiManager
Syntax
'Declaration
 
Public Class MdiTabGroup 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.UltraWinTabs.ITabProvider 
public class MdiTabGroup : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.UltraWinTabs.ITabProvider  
Remarks

The MdiTabGroup is a container for a group of visible MdiTab instances.

The Settings returns an instance of a MdiTabGroupSettings object. This object has properties that affect the appearance and behavior of the group. The TabSettings returns a MdiTabSettings instance that affects the default appearance and behavior of the Tabs. Properties not explicitly set on the Settings of the contained tabs are resolved using this object.

The Extent (and ClientExtent property) can be used to manage the size of the MdiTabGroup. Depending upon the UltraTabbedMdiManager.Orientation of the owning Manager, this value will affect the width (for vertically oriented tab groups) or height (for horizontally oriented tab groups).

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