System.Windows.Forms.ToolStripItemCollection.Insert Method

Inserts the specified item into the collection at the specified index.

Syntax

public void Insert (int index, ToolStripItem value)

Parameters

index
The location in the System.Windows.Forms.ToolStripItemCollection at which to insert the System.Windows.Forms.ToolStripItem.
value
The System.Windows.Forms.ToolStripItem to insert.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0