Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.28 KB

toolstripcontainer-control.md

File metadata and controls

45 lines (31 loc) · 2.28 KB
title ms.date helpviewer_keywords ms.assetid description
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
Learn how to build ToolStripContainer features into your applications to give ToolStrip control features built-in rafting.

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.

Related Sections

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

See also