ComponentFactory.Krypton.Toolkit.PaletteSparkleBase.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.RenderSparkle;
        }
PaletteSparkleBase