Classes Related to Rich Edit Controls
| Overview |
The , , and classes provide the functionality of the rich edit control () within the context of MFC's document/view architecture. CRichEditView maintains the text and formatting characteristic of text. CRichEditDoc maintains the list of OLE client items that are in the view. CRichEditCntrItem provides container-side access to the OLE client item. To modify the contents of a CRichEditView, use to access the underlying rich edit control.