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

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

    Parameters

    themeColor
    themeLightness
    updateColorsOnly
    See Also