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

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

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