dotnetmonitor.com

 
Index
Previous
Next

 

One note about layout in the StatusStrip is that certain properties on the LayoutSettings object will be overwritten in the case of laying out ToolStripStatusLabels with Spring = true.

Preferred Items

ToolStripStatusLabel - default

ToolStripDropDownButton

ToolStripSplitButton

ToolStripProgressBar

 

Preferred items means the items that are designed to render with high accuracy across by system and professional renderers in all orientations and those available by default at design time for this control.

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