Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyleCollection Class / Compose Method
Style (NamedStyle object)
Destination for the composed StyleInfo object or creates a new StyleInfo object if Null


In This Topic
Compose Method (NamedStyleCollection)
In This Topic
Composes a style, using the current style and a specified NamedStyle object.
Syntax
'Declaration
 
Public Function Compose( _
   ByVal o As Object, _
   ByVal destInfo As StyleInfo _
) As StyleInfo
 
'Usage
 
Dim instance As NamedStyleCollection
Dim o As Object
Dim destInfo As StyleInfo
Dim value As StyleInfo
 
value = instance.Compose(o, destInfo)

Parameters

o
Style (NamedStyle object)
destInfo
Destination for the composed StyleInfo object or creates a new StyleInfo object if Null
See Also