ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentLongTextFont C# (CSharp) Method

GetContentLongTextFont() public method

Gets the font for the long text.
public GetContentLongTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public Font GetContentLongTextFont(PaletteState state)
        {
            return null;
        }