This member function is called by the framework of the CWnd class after the window's size has changed.
afx_msg void OnSize ( UINT nType, int cx, int cy );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
Because users cannot resize windows, the only value Windows CE supports in the nType parameter is SIZE_RESTORED.
CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::MoveWindow, CWnd::SetScrollPos