ComponentFactory.Krypton.Toolkit.PaletteOffice2013Base.GetRibbonQATButtonDark C# (CSharp) Method

GetRibbonQATButtonDark() public method

Gets the color for the extra QAT button dark content color.
public GetRibbonQATButtonDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonQATButtonDark(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonQATButtonDark];
        }
PaletteOffice2013Base