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

GetRibbonDropArrowLight() public method

Gets the color for the drop arrow light.
public GetRibbonDropArrowLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonDropArrowLight(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonDropArrowLight];
        }
PaletteOffice2013Base