'Declaration
Public Overloads Overridable Sub Merge( _ ByVal source As StyleInfo, _ ByVal force As Boolean _ )
'Usage
Dim instance As DynamicStyleInfo Dim source As StyleInfo Dim force As Boolean instance.Merge(source, force)
Parameters
- source
- Object whose style settings are merged with the current object
- force
- Whether to overwrite the current settings with the settings from the merge object