System.Windows.Forms.ToolStrip.AllowMerge Property

Gets or sets a value indicating whether multiple System.Windows.Forms.MenuStrip, System.Windows.Forms.ToolStripDropDownMenu, System.Windows.Forms.ToolStripMenuItem, and other types can be combined.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool AllowMerge { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ToolStrip.AllowMerge property to enable multiple-document interface (MDI) children to combine their respective menus in the MDI parent.

Requirements

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