Compose(StyleInfo,Boolean) Method
Composes style settings using the current style settings and those of a specified object with an option to overwrite the current style settings.
'Declaration
Public Overloads Overridable Sub Compose( _
ByVal As StyleInfo, _
ByVal 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