ComponentFactory.Krypton.Toolkit.PaletteBase.GetRibbonBackColor5 C# (CSharp) Method

GetRibbonBackColor5() public abstract method

Gets the fifth background color for the ribbon item.
public abstract GetRibbonBackColor5 ( PaletteRibbonBackStyle style, PaletteState state ) : Color
style PaletteRibbonBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonBackColor5(PaletteRibbonBackStyle style, PaletteState state);
PaletteBase