Gets the merged menu for the form.
[Visual Basic] Public ReadOnly Property MergedMenu As MainMenu [C#] public MainMenu MergedMenu {get;} [C++] public: __property MainMenu* get_MergedMenu(); [JScript] public function get MergedMenu() : MainMenu;
A MainMenu that represents the merged menu of the form.
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.
Form Class | Form Members | System.WinForms Namespace | MainMenu | MenuItem