Gets the merged menu for the form.
<BrowsableAttribute(False)> _ Public ReadOnly Property MergedMenu As MainMenu
[BrowsableAttribute(false)] public MainMenu MergedMenu { get; }
[BrowsableAttribute(false)] public: property MainMenu^ MergedMenu { MainMenu^ get (); }
[<BrowsableAttribute(false)>] member MergedMenu : MainMenu
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2