'Declaration Public Overloads Overridable Function Merge( _ ByVal obj As Object, _ ByVal force As Boolean _ ) As Boolean
Parameters
- obj
- Object whose style settings are merged with the current object
- force
- Whether to overwrite the current settings with the settings from the merge object
Set to True to overwrite the current settings.
Return Value
Boolean: true if merge is successful; false otherwise