dotnetmonitor.com

 
Index
Previous
Next

 

By default, the ToolStrip API does not provide binding. Simple commanding is achievable by implementing IBindableComponent and databinding to properties on a Command class.

 

Sample is here: http://blogs.msdn.com/jfoscoding/articles/477104.aspx

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