Share via


Classes Related to Rich Edit Controls

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Classes Related to Rich Edit Controls.

The CRichEditView, CRichEditDoc, and CRichEditCntrItem classes provide the functionality of the rich edit control (CRichEditCtrl) 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 CRichEditView::GetRichEditCtrl to access the underlying rich edit control.

See Also

Using CRichEditCtrl
Controls