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

GetRibbonMinimizeBarLight() public abstract method

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