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

GetRibbonContextTextColor() public abstract method

Gets the color for the ribbon context text.
public abstract GetRibbonContextTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonContextTextColor(PaletteState state);
PaletteBase