Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / GetThemeSettings Method
The object to get the theme settings for.

In This Topic
    GetThemeSettings Method (C1ThemeController)
    In This Topic
    Gets the theme settings of a theme set on an object by this theme controller.
    Syntax
    'Declaration
     
    Public Function GetThemeSettings( _
       ByVal control As System.Object _
    ) As C1ThemeSettings
    public C1ThemeSettings GetThemeSettings( 
       System.object control
    )

    Parameters

    control
    The object to get the theme settings for.
    See Also