I'm using an UltraDockWorkspace along with a tabbed mdi manager. When I take a docked panel and add it as an mdi Child to the form I get a menu that allows Dockable, Hide, Floating, and Close. I've seen that it's possible to disable the close menu option, but is it also possible to disable/remove the Hide command?
what are the differences between a Hide and a Close?
Can I remove "Hide" menu item, and still have DockableControlPane.Settings.AllowClose to true?
Can I disable "Dockable" menu item?
Is there DoubleClick event on TabbedMDIManager's Tab implemented?
In terms of the UltraDockManager, closing is the same as hiding. To disable the 'Hide' menu option, go to the DockableControlPane which you made an mdi child and set its Settings.AllowClose to False.