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

GetRibbonBackColor3() public abstract method

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