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

GetRenderer() public method

Gets the renderer to use for this palette.
public GetRenderer ( ) : IRenderer
return IRenderer
        public override IRenderer GetRenderer()
        {
            // We always want the professional renderer
            return KryptonManager.RenderOffice2013;
        }
PaletteOffice2013Base