Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1 KB

word-breaks-in-rich-edit-controls.md

File metadata and controls

15 lines (12 loc) · 1 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Word Breaks in Rich Edit Controls
Word Breaks in Rich Edit Controls
11/04/2016
CRichEditCtrl class [MFC], word breaks in
word breaks
breaking words in CRichEditCtrl
rich edit controls [MFC], word breaks in
641dcf9e-7b40-4dc0-85f7-575a8c142f73

Word Breaks in Rich Edit Controls

A rich edit control (CRichEditCtrl) calls a function called a "word break procedure" to find breaks between words and to determine where it can break lines. The control uses this information when performing word-wrap operations and when processing the CTRL+LEFT and CTRL+RIGHT key combinations. An application can send messages to a rich edit control to replace the default word-break procedure, to retrieve word-break information, and to determine what line a given character falls on.

See also

Using CRichEditCtrl
Controls