mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06:07 +02:00
Links: .NET Desktop - framework\winforms (#108)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user