Welcome to WindowsClient.net | Sign in | Join
Home > Learn > Windows Forms FAQs
Here are some frequently asked questions about Windows Forms and their answers.
Set RoundedEdges = false. You may also have to override OnRendererToolStripBorder and not call base.
((ToolStripProfessionalRenderer)ToolStripManager.Renderer).RoundedEdges = false;