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

GetRibbonTextColor() public abstract method

Gets the tab color for the item text.
public abstract GetRibbonTextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonTextColor(PaletteState state);
PaletteRibbonTextInherit