FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonStyle Class / Refresh Method

In This Topic
    Refresh Method (RibbonStyle)
    In This Topic
    Loads a predefined Office 365 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