ComponentFactory.Krypton.Ribbon.RibbonTabToContent.GetContentLongTextColor1 C# (CSharp) Méthode

GetContentLongTextColor1() public méthode

Gets the first back color for the long text.
public GetContentLongTextColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color
        public override Color GetContentLongTextColor1(PaletteState state)
        {
            return _ribbonTabText.GetRibbonTextColor(state);
        }