I have a menu with the following structure (simplified for illustration):
Menu Bar
|
| |
| |
|
| |
| |
| |
|
|
I want to restore it as follows:
Menu Bar
|
| |
| |
|
|
|
|
|
However, in Visual Studio 2008 Pro, it will not allow me to drag these menu items, except to reorganize them within the specific menu group in which they are already located. Is there a way to move them without completely rebuilding the menu bar? Note that there are actually many more menu items than the ones I showed.
source
share