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

In This Topic
    ApplySettings Method (C1ThemeExtension)
    In This Topic
    Applies specified settings to the C1Theme
    Syntax
    'Declaration
     
    Public Shared Function ApplySettings( _
       ByVal theme As C1Theme, _
       ByVal settings As C1ThemeSettings _
    ) As System.Boolean
    public static System.bool ApplySettings( 
       C1Theme theme,
       C1ThemeSettings settings
    )

    Parameters

    theme
    current theme to apply settings.
    settings
    specified settings.
    See Also