ComponentFactory.Krypton.Toolkit.PaletteOffice2013Base.GetRibbonContextTextFont C# (CSharp) Method

GetRibbonContextTextFont() public method

Gets the font for the ribbon context text.
public GetRibbonContextTextFont ( PaletteState state ) : Font
state PaletteState Palette value should be applicable to this state.
return System.Drawing.Font
        public override Font GetRibbonContextTextFont(PaletteState state)
        {
            return _ribbonTabContextFont;
        }
PaletteOffice2013Base