Merges the style settings with the current object with the option to overwrite settings in the current object.
Syntax
'Declaration
Public Overloads Overridable Sub Merge( _
ByVal As StyleInfo, _
ByVal As System.Boolean _
)
'Usage
Dim instance As StyleInfo
Dim source As StyleInfo
Dim force As System.Boolean
instance.Merge(source, force)
public virtual void Merge(
StyleInfo ,
System.bool
)
Parameters
- source
- The object whose style settings are merged with the current object.
- force
- If set to
true
, overwrites the current settings with the settings from the merged object.
See Also