Compose Method (NamedStyleCollection)
In This Topic
Composes a style, using the current style and a specified NamedStyle object.
Syntax
'Declaration
Public Function Compose( _
ByVal As Object, _
ByVal 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)
public StyleInfo Compose(
object ,
StyleInfo
)
Parameters
- o
- Style (NamedStyle object)
- destInfo
- Destination for the composed StyleInfo object or creates a new StyleInfo object if Null
See Also