CView

This class provides the basic functionality for user-defined view classes. A view is attached to a document and acts as an intermediary between the document and the user: the view renders an image of the document on the screen or printer and interprets user input as operations upon the document.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Remarks

MFC for Windows CE supports the OnPrepareDC method of the ClassName class differently than standard MFC.

MFC for Windows CE does not support the following methods of the CView class:

MFC for Windows CE does not support the following classes derived from CView in standard MFC:

See Also

CWnd, CFrameWnd, CSplitterWnd, CDC, CDocTemplate, CDocument, View Classes