CEditView

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.

At a Glance

Header File Afxext.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

MFC for Windows CE does not support the following member functions of the CEditView class.

FindText

GetPrinterFont

OnFindNext

OnReplaceAll

OnReplaceSel

OnTextNotFound

PrintInsideRect

SetPrinterFont

See Also

CEditView Member Functions, CEditView Data Members, View Classes, CEdit, CDocument, CDocTemplate, CCtrlView