Spread for ASP.NET 10 Product Documentation
Compose(Object,StyleInfo) Method


Style (NamedStyle object, StyleInfo object, or string name)
Destination for the composed StyleInfo object, or creates a new StyleInfo object if null
Composes a style using the default styles and a specified StyleInfo object.
Syntax
'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)
public StyleInfo Compose( 
   object o,
   StyleInfo destInfo
)

Parameters

o
Style (NamedStyle object, StyleInfo object, or string name)
destInfo
Destination for the composed StyleInfo object, or creates a new StyleInfo object if null
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

DefaultStyleCollection Class
DefaultStyleCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.