CRichEditDoc::GetView
Call this function to access the CRichEditView object associated with this CRichEditDoc object.
virtual CRichEditView* GetView( ) const;
Возвращаемое значение
Pointer to the CRichEditView object associated with the document.
Заметки
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.
Требования
Header: afxrich.h