Help Center

CRichEdit.GetWordWrapModemethod

Retrieves the current word wrap and word-break options for the rich edit control.

Windowsmethoddocumented

Syntax

FUNCTION GetWordWrapMode (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Return value

The message returns the current word wrap and word-break options.

Description

Retrieves the current word wrap and word-break options for the rich edit control.

Remarks

This message 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.

Reference

  • Defined in AfxNova/CRichEdit.inc:774
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class