Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/toolstrippanel-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

1.6 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
ToolStripPanel Control 03/30/2017
ToolStripPanel control [Windows Forms]
horizontal space
ToolStrip control [Windows Forms], ToolStripPanel
tool area [Windows Forms]
vertical space
aa47af39-1e71-40ee-bb75-2d2478f81bd0

ToolStripPanel Control

ToolStripPanel control enables the sharing of horizontal or vertical space within the tool area when docked and arranging of xref:System.Windows.Forms.ToolStrip controls when you do not need the four panels and central panel of a xref:System.Windows.Forms.ToolStripContainer.

The topics in this section describe the concepts and techniques that you can use to build ToolStripPanel features into your applications.

In This Section

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

How to: Join ToolStripPanels
Demonstrates adding xref:System.Windows.Forms.ToolStrip controls to a ToolStripPanel.

How to: Use ToolStripPanels for MDI
Demonstrates the flexibility afforded by ToolStripPanel controls in a Multiple Document Interface application.

Reference

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

See also