In This Topic
Merges the style settings with the current object.
Syntax
'Declaration
Public Overloads Overridable Sub Merge( _
ByVal As StyleInfo _
)
'Usage
Dim instance As StyleInfo
Dim source As StyleInfo
instance.Merge(source)
public virtual void Merge(
StyleInfo
)
Parameters
- source
- Object whose style settings are merged with the current object
See Also