ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NumericEditCalculator Class / ThemeChanged Method / ThemeChanged(Object,VisualStyle) Method
New theme.
Base visual style.

In This Topic
    ThemeChanged(Object,VisualStyle) Method
    In This Topic
    This method called when theme is changed.
    Syntax
    'Declaration
     
    Public Overloads Sub ThemeChanged( _
       ByVal theme As Object, _
       ByVal visualStyle As VisualStyle _
    ) 
    public void ThemeChanged( 
       object theme,
       VisualStyle visualStyle
    )

    Parameters

    theme
    New theme.
    visualStyle
    Base visual style.
    See Also