Gets or sets a System.Windows.Forms.ToolStripRenderer used to customize the look and feel of a System.Windows.Forms.ToolStrip.
Documentation for this section has not yet been entered.
Use the ToolStrip.Renderer property and the System.Windows.Forms.ToolStripRenderer class to customize the look and feel of any System.Windows.Forms.ToolStripItem that does not have a window handle.
To do this, derive a class from System.Windows.Forms.ToolStripRenderer, assign it to the ToolStrip.Renderer property, and call the ToolStripItem.Invalidate method.