ComponentOne Ribbon for WinForms
Refresh Method (RibbonStyle)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonStyle Class : Refresh Method
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

Reference

RibbonStyle Class
RibbonStyle Members