ComponentFactory.Krypton.Toolkit.PaletteBase.GetRibbonDisabledLight C# (CSharp) Méthode

GetRibbonDisabledLight() public abstract méthode

Gets the light disabled color used for ribbon glyphs.
public abstract GetRibbonDisabledLight ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color
        public abstract Color GetRibbonDisabledLight(PaletteState state);
PaletteBase