Links: .NET Desktop - framework\winforms (#108)

This commit is contained in:
David Coulter
2020-11-05 11:04:06 -08:00
committed by GitHub
parent 58d850490b
commit 25480ff846
147 changed files with 557 additions and 305 deletions
@@ -8,11 +8,13 @@ helpviewer_keywords:
ms.assetid: 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](toolstripcontainer-control-overview.md)
Provides topics that describe the purpose and main concepts of the Windows Forms <xref:System.Windows.Forms.ToolStripContainer> control.
@@ -23,15 +25,17 @@ ms.assetid: 378fa5b4-38e1-46f4-8e5c-d0c19dcd0200
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](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2010/ms233647(v=vs.100)).
Also see [ToolStripContainer Tasks Dialog Box](/previous-versions/visualstudio/visual-studio-2010/ms233647(v=vs.100)).
## Related Sections
<xref:System.Windows.Forms.ToolStripPanel>
Provides reference documentation for the <xref:System.Windows.Forms.ToolStripPanel> control.