Help Center

CRichEditCtx.WordWrapModemethod

Sets the word-wrapping and word-breaking options for the rich edit control.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.WordWrapMode () AS DWORD

Parameters

NameDescription
valuesSpecifies one or more of the following values.

Return value

(GET) The the current word wrap and word-break options.

(SET) This method returns the current word-wrapping and word-breaking options.

Description

Gets/sets the current word wrap and word-break options for the rich edit control.

Remarks

This property is supported only in Asian-language versions of Microsoft Rich Edit 1.0. It is not supported in any later versions of Rich Edit. This message must not be sent by the application-defined, word-break procedure.

Example

(GET) PROPERTY WordWrapMode () AS DWORD (SET) PROPERTY WordWrapMode (BYVAL values AS DWORD) AS DWORD

Reference

  • Defined in AfxNova/CRichEditCtx.inc:2305
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class