Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / Compose Method / Compose(StyleInfo,Boolean) Method
Source object from which to get style settings
Whether to overwrite the current settings with the settings from the source object


In This Topic
Compose(StyleInfo,Boolean) Method
In This Topic
Composes style settings using the current style settings and those of a specified object with an option to overwrite the current style settings.
Syntax
'Declaration
 
Public Overloads Overridable Sub Compose( _
   ByVal source As StyleInfo, _
   ByVal merge As Boolean _
) 
 
'Usage
 
Dim instance As StyleInfo
Dim source As StyleInfo
Dim merge As Boolean
 
instance.Compose(source, merge)

Parameters

source
Source object from which to get style settings
merge
Whether to overwrite the current settings with the settings from the source object
See Also