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

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

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