dotnetmonitor.com |
|
||||||||||||
| 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. |
||||||||||||
|
||||||||||||