Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / SetThemeSettings Method
The object on which to set the theme settings.
The theme settings.

In This Topic
    SetThemeSettings Method (C1ThemeController)
    In This Topic
    Sets a theme settings on an object.
    Syntax
    'Declaration
     
    Public Sub SetThemeSettings( _
       ByVal control As System.Object, _
       ByVal value As C1ThemeSettings _
    ) 
    public void SetThemeSettings( 
       System.object control,
       C1ThemeSettings value
    )

    Parameters

    control
    The object on which to set the theme settings.
    value
    The theme settings.
    See Also