ToolStripManager::Renderer Property

 

Gets or sets the default painting styles for the form.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ToolStripRenderer^ Renderer {
	static ToolStripRenderer^ get();
	[UIPermissionAttribute(SecurityAction::Demand, Window = UIPermissionWindow::AllWindows)]
	static void set(ToolStripRenderer^ value);
}

Property Value

Type: System.Windows.Forms::ToolStripRenderer^

One of the ToolStripRenderer values.

This Renderer property is used when the RenderMode property of the current ToolStrip is set to ManagerRenderMode.

The following code example demonstrates how to apply a custom professional renderer to an individual ToolStrip or to the application as a whole.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: