ToolStripItem::MergeIndex Property

 

Gets or sets the position of a merged item within the current ToolStrip.

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

public:
property int MergeIndex {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: