Merges the style settings with the current object.
Syntax
'Declaration
Public Overloads Overridable Function Merge( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As StyleInfo
Dim obj As Object
Dim value As Boolean
value = instance.Merge(obj)
public virtual bool Merge(
object
)
Parameters
- obj
- Object whose style settings are merged with the current object
See Also