ToolStripPanel::ToolStripPanelRowCollection::Insert Method (Int32, ToolStripPanelRow^)
.NET Framework (current version)
Inserts the specified ToolStripPanelRow at the specified location in the ToolStripPanel::ToolStripPanelRowCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which to insert the ToolStripPanelRow.
- value
-
Type:
System.Windows.Forms::ToolStripPanelRow^
The ToolStripPanelRow to insert.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: