The CView 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.
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
MFC for Windows CE does not support the following member functions of the CView class.
DoPreparePrinting
IsSelected
OnBeginPrinting
OnDragEnter
OnDragLeave
OnDragOver
OnDragScroll
OnDrop
OnDropEx
OnEndPrinting
OnEndPrintPreview
OnPreparePrinting
OnPrint
MFC for Windows CE does not support the following classes derived from CView in standard MFC.
CDaoRecordView
CRecordView
CRichEditView
CView Member Functions, View Classes, CWnd, CFrameWnd, CSplitterWnd, CDC, CDocTemplate, CDocument