CView::OnInitialUpdate

This member function is called by the framework after the view is first attached to the document, but before the view is initially displayed.

Syntax

virtual void OnInitialUpdate( );

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, CView::OnUpdate