I'm looking for a way to interact between the Menu in MainWindow (where my XamDockManager is located) and a Floating ContentPane.
In Visual Studio 2010, if I right-click a document and select Float, selects some text in the floating document and then choose "Edit -> Cut" through the menu in VS2010 then that command is executed against the floating document and once the menu closes the floating document is still the active.
If I do the same thing using XamDockManager, clicking the menu changes the active window from the floating one to MainWindow, meaning that ActivePane is changed and once the menu closes the Floating window is no longer active. Is it possible to achieve the same behavior here as in Visual Studio? Thanks
Update, adding a screenshot of a Floating document and an active menu in Visual Studio. Notice how MainWindow.xaml still has focus when the Team-menu is opened.
Problem solved, thanks NathanAW!
http://stackoverflow.com/questions/6410146/dockable-windows-floating-window-and-mainwindow-menu-integration