Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1.01 KB

File metadata and controls

39 lines (37 loc) · 1.01 KB
title Rich Edit Control Examples | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid ac98bf45-ca74-459c-9b3e-df278a67a00f
caps.latest.revision 11
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Rich Edit Control Examples

The MFC OLE sample WORDPAD uses the CRichEditView, CRichEditDoc, and CRichEditCntrItem classes. By extension, it uses the CRichEditCtrl. For a quick description of these three classes, see Classes Related to Rich Edit Controls.

See Also

Using CRichEditCtrl
Controls