Version

MergeAppearance Method

Merges the appearance information from the appearance at the specified index into the specified AppearanceData structure
Syntax
'Declaration
 
Public Sub MergeAppearance( _
   ByVal index As Integer, _
   ByRef appearanceData As AppearanceData, _
   ByRef requestedPropFlags As AppearancePropFlags _
) 
public void MergeAppearance( 
   int index,
   ref AppearanceData appearanceData,
   ref AppearancePropFlags requestedPropFlags
)

Parameters

index
Index of the appearance whose appearance information should be merged
appearanceData
AppearanceData that should be updated with the information from the appearance.
requestedPropFlags
Appearance properties that should be merged into the appearanceData
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