Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.83 KB

File metadata and controls

43 lines (26 loc) · 1.83 KB
description Learn more about: Using CRichEditCtrl
title Using CRichEditCtrl
ms.date 11/04/2016
helpviewer_keywords
rich edit controls [MFC], using
CRichEditCtrl class [MFC], using
ms.topic concept-article

Using CRichEditCtrl

Note

The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.

A rich edit control is a window in which the user can enter and edit text. The text can be assigned character and paragraph formatting, and can include embedded OLE objects. The rich edit control is represented in MFC by the CRichEditCtrl class.

What do you want to know more about

See also

Controls