ComponentFactory.Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextColor2 C# (CSharp) Метод

GetContentShortTextColor2() публичный Метод

Gets the second back color for the short text.
public GetContentShortTextColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Результат Color
        public override Color GetContentShortTextColor2(PaletteState state)
        {
            return _inherit.GetContentShortTextColor2(state);
        }