ToolStripItem::MergeIndex Property
.NET Framework (current version)
Gets or sets the position of a merged item within the current ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Int32An integer representing the index of the merged item, if a match is found, or -1 if a match is not found.
Use the MergeIndex property to get or set the index of a ToolStripMenuItem so that you can access it for menu-merging operations.
The following example uses the MergeIndex property to insert a merged ToolStripMenuItem in a specific location. This example is part of a larger example available in the ToolStripManager class overview.
.NET Framework
Available since 2.0
Available since 2.0
Show: