ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.GetRibbonQATButtonLight C# (CSharp) 메소드

GetRibbonQATButtonLight() 공개 메소드

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.
리턴 Color
        public override Color GetRibbonQATButtonLight(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonQATButtonLight];
        }
PaletteSparkleBase