dotnetmonitor.com

 
Index
Previous
Next

 

By default, the StatusStrip is not set to LayoutStyle.StackWithOverfow, therefore the item.Alignment property is ignored. To align an progress bar to the right, use a ToolStripStatusLabel set its Spring = true, then add a ToolStripProgressBar. The ToolStripStatusLabels text can be set to to remove the text.
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