'Declaration Public Function Compose( _ ByVal o As Object, _ ByVal destInfo As StyleInfo _ ) As StyleInfo
'Usage Dim instance As DefaultStyleCollection Dim o As Object Dim destInfo As StyleInfo Dim value As StyleInfo value = instance.Compose(o, destInfo)
Parameters
- o
- Style object (NamedStyle, StyleInfo, or string name)
- destInfo
- Destination for the composed StyleInfo object
If Null, creates a new StyleInfo object.
Return Value
StyleInfo object containing the style information