Version

ResolveAppearance Method (ICustomMdiTab)

Used to resolve the appearance for the tab.
Syntax
'Declaration
 
Sub ResolveAppearance( _
   ByVal tabState As TabState, _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags, _
   ByVal role As UIRole, _
   ByVal resolutionOrder As ResolutionOrder _
) 
void ResolveAppearance( 
   TabState tabState,
   ref AppearanceData appearance,
   ref AppearancePropFlags requestedProps,
   UIRole role,
   ResolutionOrder resolutionOrder
)

Parameters

tabState
Tab state that should be resolved.
appearance
Appearance structure to update
requestedProps
Appearance properties to resolve
role
UIRole that should be used when resolving the appearance
resolutionOrder
Resolution order that should be honored when resolving the appearance.
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