[]
Merges appearance settings of the specified object with the current object.
public virtual bool Merge(object obj)
Public Overridable Function Merge(obj As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | Object whose appearance settings are merged with the current object |
Type | Description |
---|---|
bool |
Merges appearance settings of the specified object with the current object with the option to force a merge if the settings are defined in the current object.
public virtual bool Merge(object obj, bool force)
Public Overridable Function Merge(obj As Object, force As Boolean) As Boolean
Type | Name | Description |
---|---|---|
object | obj | Object whose appearance settings will be merged with the current object |
bool | force | Whether appearance settings are overridden in the current object |
Type | Description |
---|---|
bool |