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

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

Gets the font for the short text.
public GetContentShortTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
Результат System.Drawing.Font
        public override Font GetContentShortTextFont(PaletteState state)
        {
            return _inherit.GetContentShortTextFont(state);
        }