Version

MdiTabSettingsResolved Class

Represents the resolved tab item settings for an MdiTab.
Syntax
'Declaration
 
Public Class MdiTabSettingsResolved 
public class MdiTabSettingsResolved 
Remarks

All of the properties of the MdiTabSettings 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 (Settings), all the tabs in a particular MdiTabGroup (TabSettings), or for all tabs (UltraTabbedMdiManager.TabSettings). The MdiTabSettingsResolved is responsible for calculating the resolved values based on which properties are explicitly set on the MdiTabSettings object used by the tab, containing 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