ComponentFactory.Krypton.Toolkit.PaletteRedirect.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 virtual Font GetRibbonContextTextFont(PaletteState state)
        {
            return _target.GetRibbonContextTextFont(state);
        }
PaletteRedirect