dotnetmonitor.com

 
Index
Previous
Next

 

The System Renderer renders ToolStrips similar to Win32 look and feel. You can use with or without VisualStyles by

 

ToolStripManager.VisualStylesEnabled = 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