Expand Minimize
This topic has not yet been rated - Rate this topic

CMDIFrameWndEx::RecalcLayout

Called by the framework to recalculate the layout of the frame window.

virtual void RecalcLayout(
   BOOL bNotify = TRUE
);
[in] 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.

This method overrides CFrameWnd::RecalcLayout.

Header: afxmdiframewndex.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.