InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ThemeChanged Method
The new theme to be applied.

In This Topic
    ThemeChanged Method (C1InputPanel)
    In This Topic
    Use internal only for theming support.
    Syntax
    'Declaration
     
    Public Sub ThemeChanged( _
       ByVal newTheme As Object _
    ) 
    public void ThemeChanged( 
       object newTheme
    )

    Parameters

    newTheme
    The new theme to be applied.
    See Also