ComponentFactory.Krypton.Toolkit.PaletteRedirect.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 virtual Color GetRibbonQATButtonDark(PaletteState state)
        {
            return _target.GetRibbonQATButtonDark(state);
        }
PaletteRedirect