CWnd::UnlockWindowUpdate

Call this member function to unlock a window that was locked with CWnd::LockWindowUpdate.

void UnlockWindowUpdate();

Remarks

Only one window at a time can be locked using LockWindowUpdate. See CWnd::LockWindowUpdate or the Win32 function LockWindowUpdate for more information on locking windows.

Requirements

Header: afxwin.h

See Also

Concepts

CWnd Members

Reference

CWnd Class

Hierarchy Chart