CWnd::OnSize

This member function is called by the framework of the CWnd class after the window's size has changed.

Syntax

afx_msg void OnSize ( UINT nType, int cx, int cy );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Because users cannot resize windows, the only value Windows CE supports in the nType parameter is SIZE_RESTORED.

See Also

CWnd Overview, CWnd Member Functions, Window Class Categories, CWnd::MoveWindow, CWnd::SetScrollPos