/docs/mfc/rich-edit-control-examples.md
https://github.com/MicrosoftDocs/cpp-docs · Markdown · 13 lines · 10 code · 3 blank · 0 comment · 0 complexity · 5f286587cafe449cfad14ae819f3c326 MD5 · raw file
- ---
- title: "Rich Edit Control Examples"
- ms.date: "02/06/2019"
- ms.assetid: ac98bf45-ca74-459c-9b3e-df278a67a00f
- ---
- # Rich Edit Control Examples
- The MFC OLE sample [WORDPAD](https://github.com/Microsoft/VCSamples/tree/da802c2aa92a730b3da33c5957186f128709c398/VC2010Samples/MFC/Visual%20C%2B%2B%202008%20Feature%20Pack/WordPad) uses the `CRichEditView`, `CRichEditDoc`, and `CRichEditCntrItem` classes. By extension, it uses the [CRichEditCtrl](../mfc/reference/cricheditctrl-class.md). For a quick description of these three classes, see [Classes Related to Rich Edit Controls](../mfc/classes-related-to-rich-edit-controls.md).
- ## See also
- [Using CRichEditCtrl](../mfc/using-cricheditctrl.md)<br/>
- [Controls](../mfc/controls-mfc.md)