ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.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.RibbonGroupDialogDark];
        }
PaletteSparkleBase