InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputStyle Class / UpdateInstance Method

In This Topic
    UpdateInstance Method (InputStyle)
    In This Topic
    Switches the shared instance of InputStyle to the specified Office 2013 theme.
    Syntax
    'Declaration
     
    Public Shared Sub UpdateInstance( _
       ByVal themeColor As ThemeColor, _
       ByVal themeLightness As ThemeLightness _
    ) 
    public static void UpdateInstance( 
       ThemeColor themeColor,
       ThemeLightness themeLightness
    )

    Parameters

    themeColor
    themeLightness
    See Also