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

GetRibbonTextColor() public method

Gets the tab color for the item text.
public GetRibbonTextColor ( PaletteRibbonTextStyle style, PaletteState state ) : Color
style PaletteRibbonTextStyle Text style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetRibbonTextColor(PaletteRibbonTextStyle style, PaletteState state)
        {
            return _target.GetRibbonTextColor(style, state);
        }
PaletteRedirect