ComponentFactory.Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColorStyle C# (CSharp) Method

GetRibbonBackColorStyle() public method

Gets the method used to draw the background of a ribbon item.
public GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle
state PaletteState Palette value should be applicable to this state.
return PaletteRibbonColorStyle
        public override PaletteRibbonColorStyle GetRibbonBackColorStyle(PaletteState state)
        {
            return _redirect.GetRibbonBackColorStyle(_styleBack, state);
        }