Gets or sets a ToolStripRenderer used to customize the look and feel of a ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Syntax . . :: . ToolStripRenderer
A ToolStripRenderer used to customize the look and feel of a ToolStrip.
<BrowsableAttribute(False)> _
Public Property Renderer As ToolStripRenderer[BrowsableAttribute(false)]
public ToolStripRenderer Renderer { get; set; }[BrowsableAttribute(false)]
public:
property ToolStripRenderer^ Renderer {
ToolStripRenderer^ get ();
void set (ToolStripRenderer^ value);
}[<BrowsableAttribute(false)>]
member Renderer : ToolStripRenderer with get, set
Property Value
Type: System.Windows.FormsA ToolStripRenderer used to customize the look and feel of a ToolStrip.
Remarks
Use the Renderer property and the ToolStripRenderer class to customize the look and feel of any ToolStripItem that does not have a window handle.
To do this, derive a class from ToolStripRenderer, assign it to the Renderer property, and call the Invalidate method.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements. See Also