Version

MdiTabGroupControl Class

Control use to manage the display of the Tabs of an MdiTabGroup
Syntax
'Declaration
 
Public Class MdiTabGroupControl 
   Inherits Infragistics.Win.UltraControlBase
   Implements Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Layout.ILayoutItem, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class MdiTabGroupControl : Infragistics.Win.UltraControlBase, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Layout.ILayoutItem, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

Instances of this control are created by the UltraTabbedMdiManager for each MdiTabGroup using the UltraTabbedMdiManager.CreateMdiTabGroupControl. The control displays the uielements for the tabs as well as the scroll and close buttons. The size and position of the control is managed by the owning UltraTabbedMdiManager.

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