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

GetRibbonQATButtonLight() public method

Gets the color for the extra QAT button light content color.
public GetRibbonQATButtonLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetRibbonQATButtonLight(PaletteState state)
        {
            return _target.GetRibbonQATButtonLight(state);
        }
PaletteRedirect