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

GetRibbonDropArrowDark() public method

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