Merge(StyleInfo,Boolean) Method
Merges the style settings with the current object with the option to overwrite settings in the current object.
'Declaration
Public Overloads Overridable Sub Merge( _
ByVal As StyleInfo, _
ByVal As Boolean _
)
'Usage
Dim instance As StyleInfo
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