CRichEditDoc::GetView

CRichEditView* GetView( ) const;

Return Value

Pointer to the CRichEditView object associated with the document.

Remarks

Call this function to access the CRichEditView object associated with this CRichEditDoc object. 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.

CRichEditDoc OverviewClass MembersHierarchy Chart

See Also   CRichEditView, CDocument::GetNextView