Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Constructs a CCtrlView object.
CCtrlView(
LPCTSTR lpszClass,
DWORD dwStyle
);
Parameters
lpszClass
Windows class name of the view class.dwStyle
Style of the view class.
Remarks
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.
Requirements
Header: afxwin.h