What is difference between CFrameWndEx::AdjustDockingLayout()
and CFrameWndEx::RecalcLayout()
?
Both of them to do similar tasks as documentation says: AdjustDockingLayout(), RecalcLayout().
Besides that, Interface Elements doc says that
You can call AdjustDockingLayout or RecalcLayout when you have to adjust the docking layout, and the framework redirects this call to the docking manager.
Does the AdjustDockingLayout()
and RecalcLayout()
perform same work ?