System.Windows.Forms.ToolStripItemCollection.Add Method

Adds the specified item to the end of the collection.

Syntax

public int Add (ToolStripItem value)

Parameters

value
The System.Windows.Forms.ToolStripItem to add to the end of the collection.

Returns

An int representing the zero-based index of the new item in the collection.

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