ComponentFactory.Krypton.Toolkit.RenderBase.RenderToolStrip C# (CSharp) Method

RenderToolStrip() public abstract method

Gets a renderer for drawing the toolstrips.
public abstract RenderToolStrip ( IPalette colorPalette ) : System.Windows.Forms.ToolStripRenderer
colorPalette IPalette Color palette to use when rendering toolstrip.
return System.Windows.Forms.ToolStripRenderer
        public abstract ToolStripRenderer RenderToolStrip(IPalette colorPalette);