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

GetRibbonDropArrowLight() public abstract method

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