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

GetRibbonBackColorStyle() public abstract method

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