CFrameWnd::InitialUpdateFrame

Call this member function after creating a new frame with Create. This causes all views in that frame window to receive their OnInitialUpdate calls.

Syntax

void InitialUpdateFrame( CDocument* pDoc, BOOL bMakeVisible );

At a Glance

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

See Also

CFrameWnd Overview, CFrameWnd Member Functions, Frame Windows and Splitter Windows, CView::OnInitialUpdate, CFrameWnd::SetActiveView, CDocTemplate::CreateNewFrame