ComponentFactory.Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonTextColor C# (CSharp) Method

GetRibbonTextColor() public method

Gets the tab color for the item text.
public GetRibbonTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonTextColor(PaletteState state)
        {
            return _redirect.GetRibbonTextColor(_styleText, state);
        }