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

GetRibbonDisabledDark() public abstract method

Gets the dark disabled color used for ribbon glyphs.
public abstract GetRibbonDisabledDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonDisabledDark(PaletteState state);
PaletteBase