Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/toolstripcontainer-control.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

2.2 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
ToolStripContainer Control 03/30/2017
toolbars [Windows Forms], built-in rafting
ToolStripContainer control [Windows Forms]
ToolStrip control [Windows Forms], ToolStripContainer
378fa5b4-38e1-46f4-8e5c-d0c19dcd0200

ToolStripContainer Control

xref:System.Windows.Forms.ToolStrip controls feature built-in rafting (sharing of horizontal or vertical space within the tool area when docked) by using the xref:System.Windows.Forms.ToolStripContainer.

The topics in this section describe the concepts and techniques that you can use to build xref:System.Windows.Forms.ToolStripContainer features into your applications.

In This Section

ToolStripContainer Control Overview
Provides topics that describe the purpose and main concepts of the Windows Forms xref:System.Windows.Forms.ToolStripContainer control.

How to: Add a ToolStripContainer to a Form
Demonstrates adding a xref:System.Windows.Forms.ToolStripContainer to an application and adding a control to a specific panel of the xref:System.Windows.Forms.ToolStripContainer.

How to: Add a Control to a ToolStripContentPanel
Demonstrates adding a control to the xref:System.Windows.Forms.ToolStripContentPanel.

Reference

xref:System.Windows.Forms.ToolStripContainer
Provides reference documentation for the xref:System.Windows.Forms.ToolStripContainer control.

xref:System.Windows.Forms.ToolStripContentPanel
Provides reference documentation for the xref:System.Windows.Forms.ToolStripContentPanel of a xref:System.Windows.Forms.ToolStripContainer control.

Also see ToolStripContainer Tasks Dialog Box.

xref:System.Windows.Forms.ToolStripPanel
Provides reference documentation for the xref:System.Windows.Forms.ToolStripPanel control.

See also