ComponentFactory.Krypton.Toolkit.PaletteRibbonBackInherit.GetRibbonBackColor1 C# (CSharp) Method

GetRibbonBackColor1() public abstract method

Gets the first background color for the ribbon item.
public abstract GetRibbonBackColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonBackColor1(PaletteState state);