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

CMDIFrameWndEx::OnSizeMDIClient

Called by the framework when the size of the client MDI window is changing.

virtual void OnSizeMDIClient(
   const CRect& rectOld,
   const CRect& rectNew
);
[in] rectOld

The current size of the MDI client window.

[in] rectNew

The new size of the MDI client window.

Header: afxmdiframewndex.h

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