dotnetmonitor.com

 
Index
Previous
Next

 

Within a ToolStrip:

Simply set the ToolStrip Location property.

Across ToolStrips:

Either add the ToolStrip to the ToolStripPanels Controls collection or use Join(ToolStrip).

 

NOTE: Join() simulates the drop operation of a ToolStrip and is order dependent.

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