CCtrlView::CCtrlView

Constructs a CCtrlView object.

CCtrlView(
   LPCTSTR lpszClass,
   DWORD dwStyle 
);

Параметры

  • lpszClass
    Windows class name of the view class.

  • dwStyle
    Style of the view class.

Заметки

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.

Требования

Header: afxwin.h

См. также

Основные понятия

CCtrlView Class

CCtrlView Members

Hierarchy Chart

CWnd::PreCreateWindow