ToolStripPanel::Join Method (ToolStrip^, Int32)
.NET Framework (current version)
Adds the specified ToolStrip to a ToolStripPanel in the specified row.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- toolStripToDrag
-
Type:
System.Windows.Forms::ToolStrip^
The ToolStrip to add to the ToolStripPanel.
- row
-
Type:
System::Int32
An Int32 representing the ToolStripPanelRow to which the ToolStrip is added.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The row parameter is less than zero (0). |
.NET Framework
Available since 2.0
Available since 2.0
Show: