Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ToolStripItemCollection.Insert(Int32, ToolStripItem) Method
Definition
- Namespace:
- System.Windows.Forms
- Assembly:
- System.Windows.Forms.dll
- Source:
- ToolStripItemCollection.cs
- Source:
- ToolStripItemCollection.cs
- Source:
- ToolStripItemCollection.cs
- Source:
- ToolStripItemCollection.cs
- Source:
- ToolStripItemCollection.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts the specified item into the collection at the specified index.
public:
void Insert(int index, System::Windows::Forms::ToolStripItem ^ value);
public void Insert(int index, System.Windows.Forms.ToolStripItem value);
member this.Insert : int * System.Windows.Forms.ToolStripItem -> unit
Public Sub Insert (index As Integer, value As ToolStripItem)
Parameters
- index
- Int32
The location in the ToolStripItemCollection at which to insert the ToolStripItem.
- value
- ToolStripItem
The ToolStripItem to insert.
Exceptions
The value parameter is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
