[]
Merges the style settings 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 style settings are merged with the current object |
Type | Description |
---|---|
bool |
Merges style settings with the current object and has the option to force style settings from the merge object to overwrite settings 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 style settings are merged with the current object |
bool | force | Whether to force unconditional copy |
Type | Description |
---|---|
bool |
Merges style settings with the current object and has the option to force style settings from the merge object to overwrite settings in the current object.
public virtual bool Merge(object obj, bool force, object objExclude)
Public Overridable Function Merge(obj As Object, force As Boolean, objExclude As Object) As Boolean
Type | Name | Description |
---|---|---|
object | obj | Object whose style settings are merged with the current object |
bool | force | Whether to force unconditional copy |
object | objExclude | Doesn't merge style that set in objExclude |
Type | Description |
---|---|
bool |