I am using the TabbedMdiManager and have set the TabSettings.TabCloseAction to Hide. However whenever I catch the TabClosing event the SettingsResolved.TabCloseAction is always set to None. I have even tried to set the Tab.Settings.TabCloseAction to Hide on the InitializeTab event but that has not helped. How is this property being set and what can I do to make sure it is set the way I want it?
Edit: I should also add that the Tab.Settings.TabCloseAction correctly shows Hide, but somehow the Tab.SettingsResolved.TabCloseAction is not correct.
Thanks.
Are these dock panes from an UltraDockManager which have been turned into mdi children? If so, the TabCloseAction is correctly resolving as None. The UltraTabbedMdiManager does not actually process the close action when those tabs are closed, the UltraDockManager does, so it must resolve the close action to None.