ComponentFactory.Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColor5 C# (CSharp) Méthode

GetRibbonBackColor5() public méthode

Gets the fifth background color for the ribbon item.
public GetRibbonBackColor5 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color
        public override Color GetRibbonBackColor5(PaletteState state)
        {
            return _redirect.GetRibbonBackColor5(_styleBack, state);
        }