Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / Compose Method
Example


In This Topic
    Compose Method (NamedStyleCollection)
    In This Topic
    Composes a style, using the current style and a specified NamedStyle object.
    Overload List
    OverloadDescription
    Composes a style, using the current style and a specified NamedStyle object.  
    Remarks
    The object specified by the o parameter is combined with the current named style into an existing style or into a new StyleInfo object. The composition process uses the collection to resolve parent references.
    Example
    This example composes a new custom style, using an existing style.
    See Also