dotnetmonitor.com

 
Index
Previous
Next

 

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

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

Painting
When should I use Paint/OnPaint and when should I override the ToolStripRenderer?
Do I need to worry about double buffering?
Parenting
Partial Trust
Usage