Version

MdiTab Class

A tab class used to represent an mdi child form in a tabbed mdi environment.
Syntax
'Declaration
 
Public Class MdiTab 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.UltraWinTabs.ITabItem 
public class MdiTab : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.UltraWinTabs.ITabItem  
Remarks

The UltraTabbedMdiManager creates an MdiTab for each mdi child form in the UltraTabbedMdiManager.MdiParent. MdiTab objects for hidden forms are maintained in the UltraTabbedMdiManager.HiddenTabs collection. As they are displayed, the MdiTab objects are added to MdiTabGroup instances that will display the tabs.

The Settings property contains defaultable properties that can be used to control the appearance and behavior of the tab. If the properties are not set on the tab's Settings, the MdiTabGroup.TabSettings of the containing TabGroup are checked. Any properties that are not specified at that level at resolved using the UltraTabbedMdiManager.TabSettings of the owning Manager.

By default, the tab will display the text from the associated Form and no image. The text can be overriden using the Text property. The TextResolved property will return the text that is displayed by the tab. An image can be assigned using the appearances of the Settings or using the MdiTabSettings.DisplayFormIcon. The DisplayFormIcon is only used if no image is specified when the appearance is resolved for the state of the tab.

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