ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetRibbonBackColor2 C# (CSharp) Method

GetRibbonBackColor2() public method

Gets the second background color for the ribbon item.
public GetRibbonBackColor2 ( PaletteRibbonBackStyle style, PaletteState state ) : Color
style PaletteRibbonBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetRibbonBackColor2(PaletteRibbonBackStyle style, PaletteState state)
        {
            return _target.GetRibbonBackColor2(style, state);
        }
PaletteRedirect