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

GetRibbonBackColor1() public méthode

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