InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Themes Namespace / BaseThemeProvider Class / ApplyTheme Method
C1Theme to apply.

In This Topic
    ApplyTheme Method (BaseThemeProvider)
    In This Topic
    Applies a new C1Theme to a style
    Syntax
    'Declaration
     
    Public Sub ApplyTheme( _
       ByVal newTheme As Object _
    ) 
    public void ApplyTheme( 
       object newTheme
    )

    Parameters

    newTheme
    C1Theme to apply.
    See Also