Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / CreateThemeColor(SchemeThemeColors) Method
The theme color.


In This Topic
    CreateThemeColor(SchemeThemeColors) Method
    In This Topic
    Creates the theme color.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateThemeColor( _
       ByVal themeColor As SchemeThemeColors _
    ) As SchemeColor
    'Usage
     
    
    Dim themeColor As SchemeThemeColors
    Dim value As SchemeColor
     
    value = SchemeColor.CreateThemeColor(themeColor)
    public static SchemeColor CreateThemeColor( 
       SchemeThemeColors themeColor
    )

    Parameters

    themeColor
    The theme color.

    Return Value

    A SchemeColor value represents the color
    See Also