Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeExtension Class / GetSettings Method
current theme to apply settings.

In This Topic
    GetSettings Method (C1ThemeExtension)
    In This Topic
    Gets theme settings. Returns null if the theme is not customizable.
    Syntax
    'Declaration
     
    Public Shared Function GetSettings( _
       ByVal theme As C1Theme _
    ) As C1ThemeSettings
    public static C1ThemeSettings GetSettings( 
       C1Theme theme
    )

    Parameters

    theme
    current theme to apply settings.
    See Also