Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / UpdateChildStyles Method


In This Topic
    UpdateChildStyles Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub UpdateChildStyles( _
       ByVal themeColor As C1.Win.Ribbon.ThemeColor, _
       ByVal themeLightness As C1.Win.Ribbon.ThemeLightness _
    ) 
    'Usage
     
    
    Dim instance As DesignerMain
    Dim themeColor As C1.Win.Ribbon.ThemeColor
    Dim themeLightness As C1.Win.Ribbon.ThemeLightness
     
    instance.UpdateChildStyles(themeColor, themeLightness)
    public void UpdateChildStyles( 
       C1.Win.Ribbon.ThemeColor themeColor,
       C1.Win.Ribbon.ThemeLightness themeLightness
    )

    Parameters

    themeColor
    themeLightness
    See Also