ComponentFactory.Krypton.Toolkit.LinkLabelBehaviorInherit.GetContentLongTextNewFont C# (CSharp) Method

GetContentLongTextNewFont() public method

Gets the font for the long text by generating a new font instance.
public GetContentLongTextNewFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public override Font GetContentLongTextNewFont(PaletteState state)
        {
            return _inherit.GetContentLongTextNewFont(state);
        }