CView::OnActivateFrame

This member function is called by the framework when the frame window containing the view is activated or deactivated.

Syntax

virtual void OnActivateFrame( UINT nState, CFrameWnd* pFrameWnd );

At a Glance

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

See Also

CView Overview, CView Member Functions, View Classes, CWnd::OnActivate, CFormView