Version

MergeData Method (Appearance)

Merges/copies the non-default appearance property settings from this object into the target AppearanceData structure based on the properties requested.
Syntax
'Declaration
 
Public Overrides Sub MergeData( _
   ByRef target As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags _
) 
public override void MergeData( 
   ref AppearanceData target,
   ref AppearancePropFlags requestedProps
)

Parameters

target
The target appearance structure (copy to).
requestedProps
Bit flags identifying the properties to be merged.
Remarks
Only those properties that are still set to their default values on the target structure will be merged.
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