Version

MdiTabGroupSettingsResolved Class

Represents the resolved group settings for an MdiTabGroup.
Syntax
'Declaration
 
Public Class MdiTabGroupSettingsResolved 
public class MdiTabGroupSettingsResolved 
Remarks

All of the properties of the MdiTabGroupSettings object have default values that need to be resolved to determine the actual value. This allows the properties to be set for a single tab group (Settings) or for all UltraTabbedMdiManager.TabGroups (UltraTabbedMdiManager.TabGroupSettings). The MdiTabGroupSettingsResolved is responsible for calculating the resolved values based on which properties are explicitly set on the MdiTabGroupSettings object used by the tab group and 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