Form::MergedMenu Property
.NET Framework (current version)
Gets the merged menu for the form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This property is primarily used when the form is a multiple-document interface (MDI) child form that merges its menu with its parent form's menu. You can use this property to obtain the current menu structure in an MDI application to make changes or additions to the menu structure. To obtain the nonmerged MainMenu assigned to a form, use the Menu property.
.NET Framework
Available since 1.1
Available since 1.1
Show: