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

GetRibbonDropArrowDark() public abstract method

Gets the color for the drop arrow dark.
public abstract GetRibbonDropArrowDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonDropArrowDark(PaletteState state);
PaletteBase