ToolStripPanel::ToolStripPanelRowCollection::Insert Method (Int32, ToolStripPanelRow^)

 

Inserts the specified ToolStripPanelRow at the specified location in the ToolStripPanel::ToolStripPanelRowCollection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Insert(
	int index,
	ToolStripPanelRow^ value
)

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
Return to top
Show: