CRichEditDoc::GetView
Call this function to access the CRichEditView object associated with this CRichEditDoc object.
virtual CRichEditView* GetView( ) const;
Return Value
Pointer to the CRichEditView object associated with the document.
Remarks
The text and formatting information are contained within the CRichEditView object. The CRichEditDoc object maintains the OLE items for serialization. There should be only one CRichEditView for each CRichEditDoc.
Requirements
Header: afxrich.h