ComponentFactory.Krypton.Toolkit.PaletteOffice2007Base.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 override Color GetRibbonQATButtonLight(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonQATButtonLight];
        }
PaletteOffice2007Base