CWnd::OnWindowPosChanged

This method is called by the framework when the size, position, or z-order has changed as a result of a call to the SetWindowPos method or another window-management function.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

afx_msg void OnWindowPosChanged( WINDOWPOS* lpwndpos );

See Also

CWnd::SetWindowPos