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

GetRibbonContextTextColor() public method

Gets the color for the ribbon context text.
public GetRibbonContextTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetRibbonContextTextColor(PaletteState state)
        {
            return _target.GetRibbonContextTextColor(state);
        }
PaletteRedirect