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

In This Topic
    Refresh Method (InputStyle)
    In This Topic
    Loads a predefined Office 2013 theme into the InputStyle object.
    Syntax
    'Declaration
     
    Public Sub Refresh( _
       ByVal themeColor As ThemeColor, _
       ByVal themeLightness As ThemeLightness, _
       ByVal updateColorsOnly As Boolean _
    ) 
    public void Refresh( 
       ThemeColor themeColor,
       ThemeLightness themeLightness,
       bool updateColorsOnly
    )

    Parameters

    themeColor
    themeLightness
    updateColorsOnly
    See Also