Parameters
- obj
- Object whose style settings are merged with the current object
Return Value
Boolean: true if merge is successful; false otherwise
The Merge(Object) method does not overwrite existing settings in the current object. The only settings from the merge object that are passed into the current object are ones for which the current object does not have settings.
Use the Merge(Object, Boolean) method if you want to overwrite existing settings in the current object.