Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetTheme Method
A BuiltInThemes value indicates the theme to get.


In This Topic
    GetTheme Method
    In This Topic
    Gets the built-in theme.
    Syntax
    'Declaration
     
    
    Public Shared Function GetTheme( _
       ByVal theme As BuiltInThemes _
    ) As Theme
    'Usage
     
    
    Dim theme As BuiltInThemes
    Dim value As Theme
     
    value = Theme.GetTheme(theme)
    public static Theme GetTheme( 
       BuiltInThemes theme
    )

    Parameters

    theme
    A BuiltInThemes value indicates the theme to get.
    See Also