CCtrlView::CCtrlView

CCtrlView( LPCTSTR lpszClass, DWORD dwStyle );

Parameters

lpszClass

Windows class name of the view class.

dwStyle

Style of the view class.

Remarks

Constructs a CCtrlView object. The framework calls the constructor when a new frame window is created or a window is split. Override CView::OnInitialUpdate to initialize the view after the document is attached. Call CWnd::Create or CWnd::CreateEx to create the Windows object.

CCtrlView OverviewClass MembersHierarchy Chart

See Also   CWnd::PreCreateWindow