ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonStyle Class / UpdateInstance Method

In This Topic
    UpdateInstance Method
    In This Topic
    Switches the shared instance of RibbonStyle 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