/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

  1. ---
  2. title: "Rich Edit Control Examples"
  3. ms.date: "02/06/2019"
  4. ms.assetid: ac98bf45-ca74-459c-9b3e-df278a67a00f
  5. ---
  6. # Rich Edit Control Examples
  7. 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).
  8. ## See also
  9. [Using CRichEditCtrl](../mfc/using-cricheditctrl.md)<br/>
  10. [Controls](../mfc/controls-mfc.md)