Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How can I get the Office look and feel to have straight ends?

Set RoundedEdges = false. You may also have to override OnRendererToolStripBorder and not call base.

 ((ToolStripProfessionalRenderer)ToolStripManager.Renderer).RoundedEdges = false;


Page view counter