CRichEditCntrItem Class

With CRichEditView and CRichEditDoc, provides the functionality of the rich edit control within the context of MFC's document view architecture.

class CRichEditCntrItem : public COleClientItem

Members

Public Constructors

Name

Description

CRichEditCntrItem::CRichEditCntrItem

Constructs a CRichEditCntrItem object.

Public Methods

Name

Description

CRichEditCntrItem::SyncToRichEditObject

Activates the item as another type.

Remarks

A "rich edit control" is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. Rich edit controls provide a programming interface for formatting text. However, an application must implement any user interface components necessary to make formatting operations available to the user.

CRichEditView maintains the text and formatting characteristic of text. CRichEditDoc maintains the list of OLE client items which are in the view. CRichEditCntrItem provides container-side access to the OLE client item.

This Windows Common control (and therefore the CRichEditCtrl and related classes) is available only to programs running under Windows 95/98 and Windows NT versions 3.51 and later.

For an example of using rich edit container items in an MFC application, see the WORDPAD sample application.

Inheritance Hierarchy

CObject

CCmdTarget

CDocItem

COleClientItem

CRichEditCntrItem

Requirements

Header: afxrich.h

See Also

Reference

COleClientItem Class

Hierarchy Chart

CRichEditDoc Class

CRichEditView Class

Concepts

MFC Sample WORDPAD