xtd 0.2.0
Loading...
Searching...
No Matches

◆ merge_menu()

virtual void xtd::forms::menu::merge_menu ( const menu menu_src)
virtual

Merges the MenuItem objects of one menu with the current menu.

Parameters
menu_srcThe menu whose menu items are merged with the menu items of the current menu.
Exceptions
std::invalid_argumentIt was attempted to merge the menu with itself.