Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / Merge Method / Merge(StyleInfo) Method
Object whose style settings are merged with the current object


In This Topic
Merge(StyleInfo) Method
In This Topic
Merges the style settings with the current object.
Syntax
'Declaration
 
Public Overloads Overridable Sub Merge( _
   ByVal source As StyleInfo _
) 
 
'Usage
 
Dim instance As StyleInfo
Dim source As StyleInfo
 
instance.Merge(source)

Parameters

source
Object whose style settings are merged with the current object
See Also