Version

SettingsResolved Property (MdiTabGroup)

Returns an object providing the resolved values for the Settings property.
Syntax
'Declaration
 
Public ReadOnly Property SettingsResolved As MdiTabGroupSettingsResolved
public MdiTabGroupSettingsResolved SettingsResolved {get;}
Remarks

The SettingsResolved is used to determine the resolved values for the Settings that should be used by this MdiTabGroup instance. The Settings property returns an instance of an MdiTabGroupSettings object. That object has properties that affect the appearance and behavior of the group including the TabStyle, TabSizing, etc. The properties of this object are initialized with default values that need to be resolved to determine the values that will actually be used. Any settings not explicitly set on the Settings property are then checked on the TabGroupSettings of the owning Manager.

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