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

GetRibbonMinimizeBarDark() public abstract method

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