The CEditView class, like the CEdit class, encapsulates the functionality of a Windows edit control but, because CEditView is also derived from the CView class, objects of class CEditView can be used with documents and document templates. You can use this class to implement simple text-editor functionality.
Header File | Afxext.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 CEditView class.
FindText
GetPrinterFont
OnFindNext
OnReplaceAll
OnReplaceSel
OnTextNotFound
PrintInsideRect
SetPrinterFont
CEditView Member Functions, CEditView Data Members, View Classes, CEdit, CDocument, CDocTemplate, CCtrlView