ToolStrip::AllowMerge Property
.NET Framework (current version)
Gets or sets a value indicating whether multiple MenuStrip, ToolStripDropDownMenu, ToolStripMenuItem, and other types can be combined.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if combining of types is allowed; otherwise, false. The default is false.
Use the AllowMerge property to enable multiple-document interface (MDI) children to combine their respective menus in the MDI parent.
.NET Framework
Available since 2.0
Available since 2.0
Show: