title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
| title |
ms.date |
f1_keywords |
helpviewer_keywords |
ms.assetid |
| ToolStripContainer Control Overview |
03/30/2017 |
|
| toolbars [Windows Forms], built-in rafting |
| ToolStripContainer control [Windows Forms], about ToolStripContainer control |
|
c7d63bff-64e2-4a63-bd89-d31bc96dacb8 |
ToolStripContainer Control Overview
A xref:System.Windows.Forms.ToolStripContainer has panels on its left, right, top, and bottom sides for positioning and rafting xref:System.Windows.Forms.ToolStrip, xref:System.Windows.Forms.MenuStrip, and xref:System.Windows.Forms.StatusStrip controls. Multiple xref:System.Windows.Forms.ToolStrip controls stack vertically if you put them in the left or right xref:System.Windows.Forms.ToolStripContainer. They stack horizontally if you put them in the top or bottom xref:System.Windows.Forms.ToolStripContainer. You can use the central xref:System.Windows.Forms.ToolStripContentPanel of the xref:System.Windows.Forms.ToolStripContainer to position traditional controls on the form.
Any or all xref:System.Windows.Forms.ToolStripContainer controls are directly selectable at design time and can be deleted. Each panel of a xref:System.Windows.Forms.ToolStripContainer is expandable and collapsible, and resizes with the controls that it contains.
Important ToolStripContainer Members
See also