CFrameWnd::RecalcLayout See Also
CFrameWnd Overview | Class Members | Hierarchy Chart | CWnd::RepositionBars
Called by the framework when the standard control bars are toggled on or off or when the frame window is resized.
virtual void RecalcLayout(
BOOL bNotify = TRUE
);
Parameters
bNotify
Determines whether the active in-place item for the frame window receives notification of the layout change. If TRUE, the item is notified; otherwise FALSE.