Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IOptimizedFilterStyleModel Interface / GetCompositeForeColor Method
The StyleInfo


In This Topic
    GetCompositeForeColor Method
    In This Topic
    Get the composite forecolor of a StyleInfo object.
    Syntax
    'Declaration
     
    
    Function GetCompositeForeColor( _
       ByVal style As StyleInfo _
    ) As Color
    'Usage
     
    
    Dim instance As IOptimizedFilterStyleModel
    Dim style As StyleInfo
    Dim value As Color
     
    value = instance.GetCompositeForeColor(style)
    Color GetCompositeForeColor( 
       StyleInfo style
    )

    Parameters

    style
    The StyleInfo
    See Also